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