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