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