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