---
date_published: 2026-07-21
date_modified: 2026-07-21
canonical_url: https://ike.network/ike-starter-set/ike-kb/dependency-info.html
---

# Maven Coordinates

## [Apache Maven](#apache-maven)

```
<dependency>
  <groupId>network.ike.foundation</groupId>
  <artifactId>ike-kb</artifactId>
  <version>1-chronology-builder-SNAPSHOT</version>
  <type>pom</type>
</dependency>
```

## [Apache Ivy](#apache-ivy)

```
<dependency org="network.ike.foundation" name="ike-kb" rev="1-chronology-builder-SNAPSHOT">
  <artifact name="ike-kb" type="pom" />
</dependency>
```

## [Groovy Grape](#groovy-grape)

```
@Grapes(
@Grab(group='network.ike.foundation', module='ike-kb', version='1-chronology-builder-SNAPSHOT')
)
```

## [Gradle/Grails](#gradle-grails)

```
implementation 'network.ike.foundation:ike-kb:1-chronology-builder-SNAPSHOT'
```

## [Scala SBT](#scala-sbt)

```
libraryDependencies += "network.ike.foundation" % "ike-kb" % "1-chronology-builder-SNAPSHOT"
```

## [Leiningen](#leiningen)

```
[network.ike.foundation/ike-kb "1-chronology-builder-SNAPSHOT"]
```
