is not current version
Last Version 1.1.0

com.github.pfmiles:min-velocity 1.0

A simplified velocity implementation for code generation.

GroupId

GroupId

com.github.pfmiles
ArtifactId

ArtifactId

min-velocity
Version

Version

1.0
Type

Type

jar

Download min-velocity 1.0


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