Files download
File Operation
jedi-0.0.13.pom download
Apache Maven
<dependency>
  <groupId>xyz.hellothomas</groupId>
  <artifactId>jedi</artifactId>
  <version>0.0.13</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'xyz.hellothomas:jedi:0.0.13'
Gradle Kotlin
implementation("xyz.hellothomas:jedi:0.0.13")
Scala SBT
libraryDependencies += "xyz.hellothomas" % "jedi" % "0.0.13"
Groovy Grape
@Grapes(
  @Grab(group='xyz.hellothomas', module='jedi', version='0.0.13')
)
Apache Ivy
<dependency org="xyz.hellothomas" name="jedi" rev="0.0.13" />
Leiningen
[xyz.hellothomas/jedi "0.0.13"]
Apache Buildr
'xyz.hellothomas:jedi:jar:0.0.13'
Dependencies
The project has no third-party dependencies