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