t

twitlogic-rdfagents

Files download
File Operation
twitlogic-rdfagents-1.0.jar download
twitlogic-rdfagents-1.0.pom download
twitlogic-rdfagents-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.fortytwo.twitlogic</groupId>
  <artifactId>twitlogic-rdfagents</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'net.fortytwo.twitlogic:twitlogic-rdfagents:1.0'
Gradle Kotlin
implementation("net.fortytwo.twitlogic:twitlogic-rdfagents:1.0")
Scala SBT
libraryDependencies += "net.fortytwo.twitlogic" % "twitlogic-rdfagents" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='net.fortytwo.twitlogic', module='twitlogic-rdfagents', version='1.0')
)
Apache Ivy
<dependency org="net.fortytwo.twitlogic" name="twitlogic-rdfagents" rev="1.0" />
Leiningen
[net.fortytwo.twitlogic/twitlogic-rdfagents "1.0"]
Apache Buildr
'net.fortytwo.twitlogic:twitlogic-rdfagents:jar:1.0'