Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.telenav.cactus |
ArtifactId | ArtifactIdmavenlog |
Version | Version1.4.8 |
Type | Typejar |
Filename | Size |
---|---|
mavenlog-1.4.8.pom | |
mavenlog-1.4.8.jar | 4 KB |
mavenlog-1.4.8-sources.jar | 3 KB |
mavenlog-1.4.8-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.telenav.cactus/mavenlog/ -->
<dependency>
<groupId>com.telenav.cactus</groupId>
<artifactId>mavenlog</artifactId>
<version>1.4.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.telenav.cactus/mavenlog/
implementation 'com.telenav.cactus:mavenlog:1.4.8'
// https://jarcasting.com/artifacts/com.telenav.cactus/mavenlog/
implementation ("com.telenav.cactus:mavenlog:1.4.8")
'com.telenav.cactus:mavenlog:jar:1.4.8'
<dependency org="com.telenav.cactus" name="mavenlog" rev="1.4.8">
<artifact name="mavenlog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.telenav.cactus', module='mavenlog', version='1.4.8')
)
libraryDependencies += "com.telenav.cactus" % "mavenlog" % "1.4.8"
[com.telenav.cactus/mavenlog "1.4.8"]