Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdxyz.hellothomas |
ArtifactId | ArtifactIdjedi-client |
Version | Version0.0.7 |
Type | Typejar |
Filename | Size |
---|---|
jedi-client-0.0.7.pom | |
jedi-client-0.0.7.jar | 79 KB |
jedi-client-0.0.7-sources.jar | 44 KB |
jedi-client-0.0.7-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.7</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.hellothomas/jedi-client/
implementation 'xyz.hellothomas:jedi-client:0.0.7'
// https://jarcasting.com/artifacts/xyz.hellothomas/jedi-client/
implementation ("xyz.hellothomas:jedi-client:0.0.7")
'xyz.hellothomas:jedi-client:jar:0.0.7'
<dependency org="xyz.hellothomas" name="jedi-client" rev="0.0.7">
<artifact name="jedi-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.hellothomas', module='jedi-client', version='0.0.7')
)
libraryDependencies += "xyz.hellothomas" % "jedi-client" % "0.0.7"
[xyz.hellothomas/jedi-client "0.0.7"]