GroupId | GroupIdorg.zeroturnaround |
---|---|
ArtifactId | ArtifactIdvelocity-jr-plugin |
Version | Version2.1 |
Type | Typejar |
Filename | Size |
---|---|
velocity-jr-plugin-2.1.pom | |
velocity-jr-plugin-2.1.jar | 5 KB |
velocity-jr-plugin-2.1-sources.jar | 2 KB |
velocity-jr-plugin-2.1-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.zeroturnaround/velocity-jr-plugin/ -->
<dependency>
<groupId>org.zeroturnaround</groupId>
<artifactId>velocity-jr-plugin</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.zeroturnaround/velocity-jr-plugin/
implementation 'org.zeroturnaround:velocity-jr-plugin:2.1'
// https://jarcasting.com/artifacts/org.zeroturnaround/velocity-jr-plugin/
implementation ("org.zeroturnaround:velocity-jr-plugin:2.1")
'org.zeroturnaround:velocity-jr-plugin:jar:2.1'
<dependency org="org.zeroturnaround" name="velocity-jr-plugin" rev="2.1">
<artifact name="velocity-jr-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zeroturnaround', module='velocity-jr-plugin', version='2.1')
)
libraryDependencies += "org.zeroturnaround" % "velocity-jr-plugin" % "2.1"
[org.zeroturnaround/velocity-jr-plugin "2.1"]