GroupId | GroupIdxyz.greatapp |
---|---|
ArtifactId | ArtifactIdlibs |
Version | Version0.0.21 |
Type | Typejar |
Filename | Size |
---|---|
libs-0.0.21.pom | |
libs-0.0.21.jar | 13 KB |
libs-0.0.21-sources.jar | 8 KB |
libs-0.0.21-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.greatapp/libs/ -->
<dependency>
<groupId>xyz.greatapp</groupId>
<artifactId>libs</artifactId>
<version>0.0.21</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.greatapp/libs/
implementation 'xyz.greatapp:libs:0.0.21'
// https://jarcasting.com/artifacts/xyz.greatapp/libs/
implementation ("xyz.greatapp:libs:0.0.21")
'xyz.greatapp:libs:jar:0.0.21'
<dependency org="xyz.greatapp" name="libs" rev="0.0.21">
<artifact name="libs" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.greatapp', module='libs', version='0.0.21')
)
libraryDependencies += "xyz.greatapp" % "libs" % "0.0.21"
[xyz.greatapp/libs "0.0.21"]