v

vlog4j-examples

Contains examples and usage instructions describing the basic functionality of Rulewerk
文件下载
文件名 操作
vlog4j-examples-0.6.0.pom 下载
Apache Maven
<dependency>
  <groupId>org.semanticweb.vlog4j</groupId>
  <artifactId>vlog4j-examples</artifactId>
  <version>0.6.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.semanticweb.vlog4j:vlog4j-examples:0.6.0'
Gradle Kotlin
implementation("org.semanticweb.vlog4j:vlog4j-examples:0.6.0")
Scala SBT
libraryDependencies += "org.semanticweb.vlog4j" % "vlog4j-examples" % "0.6.0"
Groovy Grape
@Grapes(
  @Grab(group='org.semanticweb.vlog4j', module='vlog4j-examples', version='0.6.0')
)
Apache Ivy
<dependency org="org.semanticweb.vlog4j" name="vlog4j-examples" rev="0.6.0" />
Leiningen
[org.semanticweb.vlog4j/vlog4j-examples "0.6.0"]
Apache Buildr
'org.semanticweb.vlog4j:vlog4j-examples:jar:0.6.0'