License |
License
${project.licence}
|
---|---|
GroupId | GroupIdcom.github.dgroup |
ArtifactId | ArtifactIdvelocity |
Version | Version0.4.0 |
Type | Typejar |
Description |
Descriptionvelocity
Laconic API for Apache Velocity
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
velocity-0.4.0.pom | |
velocity-0.4.0.jar | 23 KB |
velocity-0.4.0-sources.jar | 26 KB |
velocity-0.4.0-javadoc.jar | 123 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dgroup/velocity/ -->
<dependency>
<groupId>com.github.dgroup</groupId>
<artifactId>velocity</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dgroup/velocity/
implementation 'com.github.dgroup:velocity:0.4.0'
// https://jarcasting.com/artifacts/com.github.dgroup/velocity/
implementation ("com.github.dgroup:velocity:0.4.0")
'com.github.dgroup:velocity:jar:0.4.0'
<dependency org="com.github.dgroup" name="velocity" rev="0.4.0">
<artifact name="velocity" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dgroup', module='velocity', version='0.4.0')
)
libraryDependencies += "com.github.dgroup" % "velocity" % "0.4.0"
[com.github.dgroup/velocity "0.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.cactoos : cactoos | jar | 0.37 |
org.apache.velocity : velocity | jar | 1.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.tngtech.junit.dataprovider : junit4-dataprovider | jar | 2.0 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.assertj : assertj-core | jar | 3.8.0 |