e

elk-util-common

ELK utilities that are not (yet) organized into independent modules
Files download
File Operation
elk-util-common-0.4.0.jar download
elk-util-common-0.4.0.pom download
elk-util-common-0.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.semanticweb.elk</groupId>
  <artifactId>elk-util-common</artifactId>
  <version>0.4.0</version>
</dependency>
Gradle Groovy
implementation 'org.semanticweb.elk:elk-util-common:0.4.0'
Gradle Kotlin
implementation("org.semanticweb.elk:elk-util-common:0.4.0")
Scala SBT
libraryDependencies += "org.semanticweb.elk" % "elk-util-common" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.semanticweb.elk', module='elk-util-common', version='0.4.0')
)
Apache Ivy
<dependency org="org.semanticweb.elk" name="elk-util-common" rev="0.4.0" />
Leiningen
[org.semanticweb.elk/elk-util-common "0.4.0"]
Apache Buildr
'org.semanticweb.elk:elk-util-common:jar:0.4.0'