j

jedi-client

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