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