is not current version
Last Version 2.4.5

au.com.codeka:carrot 2.4.3

Carrot is a Jinja-like templating library for Java.

GroupId

GroupId

au.com.codeka
ArtifactId

ArtifactId

carrot
Version

Version

2.4.3
Type

Type

jar

Download carrot 2.4.3


<!-- https://jarcasting.com/artifacts/au.com.codeka/carrot/ -->
<dependency>
    <groupId>au.com.codeka</groupId>
    <artifactId>carrot</artifactId>
    <version>2.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/au.com.codeka/carrot/
implementation 'au.com.codeka:carrot:2.4.3'
// https://jarcasting.com/artifacts/au.com.codeka/carrot/
implementation ("au.com.codeka:carrot:2.4.3")
'au.com.codeka:carrot:jar:2.4.3'
<dependency org="au.com.codeka" name="carrot" rev="2.4.3">
  <artifact name="carrot" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.com.codeka', module='carrot', version='2.4.3')
)
libraryDependencies += "au.com.codeka" % "carrot" % "2.4.3"
[au.com.codeka/carrot "2.4.3"]