GroupId | GroupIdcom.xellitix.commons |
---|---|
ArtifactId | ArtifactIdapi |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
api-0.1.0.pom | |
api-0.1.0.jar | 8 KB |
api-0.1.0-sources.jar | 7 KB |
api-0.1.0-javadoc.jar | 65 KB |
Browse |
<!-- 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"]