e

elk-util-common

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