Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.heuermh.velocity |
ArtifactId | ArtifactIdvelocity-cli |
Version | Version2.1.2 |
Type | Typejar |
Filename | Size |
---|---|
velocity-cli-2.1.2.pom | |
velocity-cli-2.1.2.jar | 10 KB |
velocity-cli-2.1.2-sources.jar | 8 KB |
velocity-cli-2.1.2-javadoc.jar | 24 KB |
velocity-cli-2.1.2-bin.zip | 3 MB |
velocity-cli-2.1.2-bin.tar.gz | 3 MB |
velocity-cli-2.1.2-bin.tar.bz2 | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.heuermh.velocity/velocity-cli/ -->
<dependency>
<groupId>com.github.heuermh.velocity</groupId>
<artifactId>velocity-cli</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.heuermh.velocity/velocity-cli/
implementation 'com.github.heuermh.velocity:velocity-cli:2.1.2'
// https://jarcasting.com/artifacts/com.github.heuermh.velocity/velocity-cli/
implementation ("com.github.heuermh.velocity:velocity-cli:2.1.2")
'com.github.heuermh.velocity:velocity-cli:jar:2.1.2'
<dependency org="com.github.heuermh.velocity" name="velocity-cli" rev="2.1.2">
<artifact name="velocity-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.heuermh.velocity', module='velocity-cli', version='2.1.2')
)
libraryDependencies += "com.github.heuermh.velocity" % "velocity-cli" % "2.1.2"
[com.github.heuermh.velocity/velocity-cli "2.1.2"]