GroupId | GroupIdau.com.codeka |
---|---|
ArtifactId | ArtifactIdcarrot |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
carrot-1.0.1.pom | |
carrot-1.0.1.jar | 124 KB |
carrot-1.0.1-sources.jar | 69 KB |
carrot-1.0.1-javadoc.jar | 338 KB |
Browse |
<!-- https://jarcasting.com/artifacts/au.com.codeka/carrot/ -->
<dependency>
<groupId>au.com.codeka</groupId>
<artifactId>carrot</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/au.com.codeka/carrot/
implementation 'au.com.codeka:carrot:1.0.1'
// https://jarcasting.com/artifacts/au.com.codeka/carrot/
implementation ("au.com.codeka:carrot:1.0.1")
'au.com.codeka:carrot:jar:1.0.1'
<dependency org="au.com.codeka" name="carrot" rev="1.0.1">
<artifact name="carrot" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.com.codeka', module='carrot', version='1.0.1')
)
libraryDependencies += "au.com.codeka" % "carrot" % "1.0.1"
[au.com.codeka/carrot "1.0.1"]