| GroupId | GroupIdcom.jcabi |
|---|---|
| ArtifactId | ArtifactIdjcabi-velocity |
| Version | Version0.1.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jcabi-velocity-0.1.7.pom | |
| jcabi-velocity-0.1.7.jar | 3 KB |
| jcabi-velocity-0.1.7-sources.jar | 2 KB |
| jcabi-velocity-0.1.7-javadoc.jar | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jcabi/jcabi-velocity/ -->
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-velocity</artifactId>
<version>0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.jcabi/jcabi-velocity/
implementation 'com.jcabi:jcabi-velocity:0.1.7'
// https://jarcasting.com/artifacts/com.jcabi/jcabi-velocity/
implementation ("com.jcabi:jcabi-velocity:0.1.7")
'com.jcabi:jcabi-velocity:jar:0.1.7'
<dependency org="com.jcabi" name="jcabi-velocity" rev="0.1.7">
<artifact name="jcabi-velocity" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jcabi', module='jcabi-velocity', version='0.1.7')
)
libraryDependencies += "com.jcabi" % "jcabi-velocity" % "0.1.7"
[com.jcabi/jcabi-velocity "0.1.7"]