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