t

twitlogic-all

Real-time #SemanticWeb in <= 140 chars
http://twitlogic.fortytwo.net/
The MIT License
Joshua Shinavier
Files download
File Operation
twitlogic-all-1.1.pom download
Apache Maven
<dependency>
  <groupId>net.fortytwo.twitlogic</groupId>
  <artifactId>twitlogic-all</artifactId>
  <version>1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.fortytwo.twitlogic:twitlogic-all:1.1'
Gradle Kotlin
implementation("net.fortytwo.twitlogic:twitlogic-all:1.1")
Scala SBT
libraryDependencies += "net.fortytwo.twitlogic" % "twitlogic-all" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='net.fortytwo.twitlogic', module='twitlogic-all', version='1.1')
)
Apache Ivy
<dependency org="net.fortytwo.twitlogic" name="twitlogic-all" rev="1.1" />
Leiningen
[net.fortytwo.twitlogic/twitlogic-all "1.1"]
Apache Buildr
'net.fortytwo.twitlogic:twitlogic-all:jar:1.1'