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