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