e

elk-util-common

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