Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdxyz.hellothomas |
ArtifactId | ArtifactIdjedi-client |
Version | Version0.0.8 |
Type | Typejar |
Filename | Size |
---|---|
jedi-client-0.0.8.pom | |
jedi-client-0.0.8.jar | 80 KB |
jedi-client-0.0.8-sources.jar | 44 KB |
jedi-client-0.0.8-javadoc.jar | 323 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.hellothomas/jedi-client/ -->
<dependency>
<groupId>xyz.hellothomas</groupId>
<artifactId>jedi-client</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.hellothomas/jedi-client/
implementation 'xyz.hellothomas:jedi-client:0.0.8'
// https://jarcasting.com/artifacts/xyz.hellothomas/jedi-client/
implementation ("xyz.hellothomas:jedi-client:0.0.8")
'xyz.hellothomas:jedi-client:jar:0.0.8'
<dependency org="xyz.hellothomas" name="jedi-client" rev="0.0.8">
<artifact name="jedi-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.hellothomas', module='jedi-client', version='0.0.8')
)
libraryDependencies += "xyz.hellothomas" % "jedi-client" % "0.0.8"
[xyz.hellothomas/jedi-client "0.0.8"]