is not current version
Last Version 0.0.24

xyz.greatapp:libs 0.0.23

Great App XYZ Libs

GroupId

GroupId

xyz.greatapp
ArtifactId

ArtifactId

libs
Version

Version

0.0.23
Type

Type

jar

Download libs 0.0.23


<!-- https://jarcasting.com/artifacts/xyz.greatapp/libs/ -->
<dependency>
    <groupId>xyz.greatapp</groupId>
    <artifactId>libs</artifactId>
    <version>0.0.23</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.greatapp/libs/
implementation 'xyz.greatapp:libs:0.0.23'
// https://jarcasting.com/artifacts/xyz.greatapp/libs/
implementation ("xyz.greatapp:libs:0.0.23")
'xyz.greatapp:libs:jar:0.0.23'
<dependency org="xyz.greatapp" name="libs" rev="0.0.23">
  <artifact name="libs" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.greatapp', module='libs', version='0.0.23')
)
libraryDependencies += "xyz.greatapp" % "libs" % "0.0.23"
[xyz.greatapp/libs "0.0.23"]