License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.telenav.cactus |
ArtifactId | ArtifactIdcactus-maven-model |
Last Version | Last Version1.4.12 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe cactus-maven-plugin project codifies Telenav Open Source processes.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
cactus-maven-model-1.4.12.pom | |
cactus-maven-model-1.4.12.jar | 8 KB |
cactus-maven-model-1.4.12-sources.jar | 5 KB |
cactus-maven-model-1.4.12-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.telenav.cactus/cactus-maven-model/ -->
<dependency>
<groupId>com.telenav.cactus</groupId>
<artifactId>cactus-maven-model</artifactId>
<version>1.4.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.telenav.cactus/cactus-maven-model/
implementation 'com.telenav.cactus:cactus-maven-model:1.4.12'
// https://jarcasting.com/artifacts/com.telenav.cactus/cactus-maven-model/
implementation ("com.telenav.cactus:cactus-maven-model:1.4.12")
'com.telenav.cactus:cactus-maven-model:jar:1.4.12'
<dependency org="com.telenav.cactus" name="cactus-maven-model" rev="1.4.12">
<artifact name="cactus-maven-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.telenav.cactus', module='cactus-maven-model', version='1.4.12')
)
libraryDependencies += "com.telenav.cactus" % "cactus-maven-model" % "1.4.12"
[com.telenav.cactus/cactus-maven-model "1.4.12"]