Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.heuermh.velocity |
ArtifactId | ArtifactIdvelocity-cli |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
velocity-cli-1.0.1.pom | |
velocity-cli-1.0.1.jar | 6 KB |
velocity-cli-1.0.1-sources.jar | 3 KB |
velocity-cli-1.0.1-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.heuermh.velocity/velocity-cli/ -->
<dependency>
<groupId>com.github.heuermh.velocity</groupId>
<artifactId>velocity-cli</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.heuermh.velocity/velocity-cli/
implementation 'com.github.heuermh.velocity:velocity-cli:1.0.1'
// https://jarcasting.com/artifacts/com.github.heuermh.velocity/velocity-cli/
implementation ("com.github.heuermh.velocity:velocity-cli:1.0.1")
'com.github.heuermh.velocity:velocity-cli:jar:1.0.1'
<dependency org="com.github.heuermh.velocity" name="velocity-cli" rev="1.0.1">
<artifact name="velocity-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.heuermh.velocity', module='velocity-cli', version='1.0.1')
)
libraryDependencies += "com.github.heuermh.velocity" % "velocity-cli" % "1.0.1"
[com.github.heuermh.velocity/velocity-cli "1.0.1"]