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