t

twitlogic-rdfagents

文件下载
文件名 操作
twitlogic-rdfagents-1.1.jar 下载
twitlogic-rdfagents-1.1.pom 下载
twitlogic-rdfagents-1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.fortytwo.twitlogic</groupId>
  <artifactId>twitlogic-rdfagents</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'net.fortytwo.twitlogic:twitlogic-rdfagents:1.1'
Gradle Kotlin
implementation("net.fortytwo.twitlogic:twitlogic-rdfagents:1.1")
Scala SBT
libraryDependencies += "net.fortytwo.twitlogic" % "twitlogic-rdfagents" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='net.fortytwo.twitlogic', module='twitlogic-rdfagents', version='1.1')
)
Apache Ivy
<dependency org="net.fortytwo.twitlogic" name="twitlogic-rdfagents" rev="1.1" />
Leiningen
[net.fortytwo.twitlogic/twitlogic-rdfagents "1.1"]
Apache Buildr
'net.fortytwo.twitlogic:twitlogic-rdfagents:jar:1.1'