e

elk-util-parent

ELK utility libraries
文件下载
文件名 操作
elk-util-parent-0.4.1.pom 下载
Apache Maven
<dependency>
  <groupId>org.semanticweb.elk</groupId>
  <artifactId>elk-util-parent</artifactId>
  <version>0.4.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.semanticweb.elk:elk-util-parent:0.4.1'
Gradle Kotlin
implementation("org.semanticweb.elk:elk-util-parent:0.4.1")
Scala SBT
libraryDependencies += "org.semanticweb.elk" % "elk-util-parent" % "0.4.1"
Groovy Grape
@Grapes(
  @Grab(group='org.semanticweb.elk', module='elk-util-parent', version='0.4.1')
)
Apache Ivy
<dependency org="org.semanticweb.elk" name="elk-util-parent" rev="0.4.1" />
Leiningen
[org.semanticweb.elk/elk-util-parent "0.4.1"]
Apache Buildr
'org.semanticweb.elk:elk-util-parent:jar:0.4.1'