Files download
File Operation
keystone-boot-3.3.jar download
keystone-boot-3.3.pom download
keystone-boot-3.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.intelligents-ia</groupId>
  <artifactId>keystone-boot</artifactId>
  <version>3.3</version>
</dependency>
Gradle Groovy
implementation 'org.intelligents-ia:keystone-boot:3.3'
Gradle Kotlin
implementation("org.intelligents-ia:keystone-boot:3.3")
Scala SBT
libraryDependencies += "org.intelligents-ia" % "keystone-boot" % "3.3"
Groovy Grape
@Grapes(
  @Grab(group='org.intelligents-ia', module='keystone-boot', version='3.3')
)
Apache Ivy
<dependency org="org.intelligents-ia" name="keystone-boot" rev="3.3" />
Leiningen
[org.intelligents-ia/keystone-boot "3.3"]
Apache Buildr
'org.intelligents-ia:keystone-boot:jar:3.3'