is not current version
Last Version 0.2.0

com.xellitix.commons:api 0.1.0

API Library

GroupId

GroupId

com.xellitix.commons
ArtifactId

ArtifactId

api
Version

Version

0.1.0
Type

Type

jar

Download api 0.1.0


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