Files download
File Operation
velocity-1.1.0.jar download
velocity-1.1.0.pom download
velocity-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.johnsonlee.codegen</groupId>
  <artifactId>velocity</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'io.johnsonlee.codegen:velocity:1.1.0'
Gradle Kotlin
implementation("io.johnsonlee.codegen:velocity:1.1.0")
Scala SBT
libraryDependencies += "io.johnsonlee.codegen" % "velocity" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.johnsonlee.codegen', module='velocity', version='1.1.0')
)
Apache Ivy
<dependency org="io.johnsonlee.codegen" name="velocity" rev="1.1.0" />
Leiningen
[io.johnsonlee.codegen/velocity "1.1.0"]
Apache Buildr
'io.johnsonlee.codegen:velocity:jar:1.1.0'