| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.github.heuermh.velocity |
| ArtifactId | ArtifactIdvelocity-cli |
| Last Version | Last Version2.1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionvelocity-cli
Command line interface to Apache Velocity.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| velocity-cli-2.1.3.pom | |
| velocity-cli-2.1.3.jar | 10 KB |
| velocity-cli-2.1.3-sources.jar | 8 KB |
| velocity-cli-2.1.3-javadoc.jar | 24 KB |
| velocity-cli-2.1.3-bin.zip | 3 MB |
| velocity-cli-2.1.3-bin.tar.gz | 3 MB |
| velocity-cli-2.1.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.heuermh.velocity/velocity-cli/
implementation 'com.github.heuermh.velocity:velocity-cli:2.1.3'
// https://jarcasting.com/artifacts/com.github.heuermh.velocity/velocity-cli/
implementation ("com.github.heuermh.velocity:velocity-cli:2.1.3")
'com.github.heuermh.velocity:velocity-cli:jar:2.1.3'
<dependency org="com.github.heuermh.velocity" name="velocity-cli" rev="2.1.3">
<artifact name="velocity-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.heuermh.velocity', module='velocity-cli', version='2.1.3')
)
libraryDependencies += "com.github.heuermh.velocity" % "velocity-cli" % "2.1.3"
[com.github.heuermh.velocity/velocity-cli "2.1.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 30.1-jre |
| org.apache.velocity : velocity-engine-core | jar | 2.3 |
| org.dishevelled : dsh-commandline | jar | 1.1 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |