Maven Coordinates

Apache Maven

<dependency>
  <groupId>org.flasby</groupId>
  <artifactId>ThymeLeafSimple</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>

Apache Ivy

<dependency org="org.flasby" name="ThymeLeafSimple" rev="1.0-SNAPSHOT">
  <artifact name="ThymeLeafSimple" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.flasby', module='ThymeLeafSimple', version='1.0-SNAPSHOT')
)

Gradle/Grails

implementation 'org.flasby:ThymeLeafSimple:1.0-SNAPSHOT'

Scala SBT

libraryDependencies += "org.flasby" % "ThymeLeafSimple" % "1.0-SNAPSHOT"

Leiningen

[org.flasby/ThymeLeafSimple "1.0-SNAPSHOT"]