t

thallo-itest

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