| GroupId | GroupIdxyz.hellothomas |
|---|---|
| ArtifactId | ArtifactIdjedi |
| Version | Version0.0.8 |
| Type | Typepom |
| Filename | Size |
|---|---|
| jedi-0.0.8.pom | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/xyz.hellothomas/jedi/ -->
<dependency>
<groupId>xyz.hellothomas</groupId>
<artifactId>jedi</artifactId>
<version>0.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/xyz.hellothomas/jedi/
implementation 'xyz.hellothomas:jedi:0.0.8'
// https://jarcasting.com/artifacts/xyz.hellothomas/jedi/
implementation ("xyz.hellothomas:jedi:0.0.8")
'xyz.hellothomas:jedi:pom:0.0.8'
<dependency org="xyz.hellothomas" name="jedi" rev="0.0.8">
<artifact name="jedi" type="pom" />
</dependency>
@Grapes(
@Grab(group='xyz.hellothomas', module='jedi', version='0.0.8')
)
libraryDependencies += "xyz.hellothomas" % "jedi" % "0.0.8"
[xyz.hellothomas/jedi "0.0.8"]