Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.cantaa |
ArtifactId | ArtifactIdcantaa-commons |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
cantaa-commons-1.1.pom | |
cantaa-commons-1.1.jar | 41 KB |
cantaa-commons-1.1-sources.jar | 28 KB |
cantaa-commons-1.1-javadoc.jar | 225 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cantaa/cantaa-commons/ -->
<dependency>
<groupId>com.cantaa</groupId>
<artifactId>cantaa-commons</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cantaa/cantaa-commons/
implementation 'com.cantaa:cantaa-commons:1.1'
// https://jarcasting.com/artifacts/com.cantaa/cantaa-commons/
implementation ("com.cantaa:cantaa-commons:1.1")
'com.cantaa:cantaa-commons:jar:1.1'
<dependency org="com.cantaa" name="cantaa-commons" rev="1.1">
<artifact name="cantaa-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cantaa', module='cantaa-commons', version='1.1')
)
libraryDependencies += "com.cantaa" % "cantaa-commons" % "1.1"
[com.cantaa/cantaa-commons "1.1"]