GroupId | GroupIdcom.github.dgroup |
---|---|
ArtifactId | ArtifactIdvelocity |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
velocity-0.1.0.pom | |
velocity-0.1.0.jar | 14 KB |
velocity-0.1.0-sources.jar | 13 KB |
velocity-0.1.0-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dgroup/velocity/ -->
<dependency>
<groupId>com.github.dgroup</groupId>
<artifactId>velocity</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dgroup/velocity/
implementation 'com.github.dgroup:velocity:0.1.0'
// https://jarcasting.com/artifacts/com.github.dgroup/velocity/
implementation ("com.github.dgroup:velocity:0.1.0")
'com.github.dgroup:velocity:jar:0.1.0'
<dependency org="com.github.dgroup" name="velocity" rev="0.1.0">
<artifact name="velocity" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dgroup', module='velocity', version='0.1.0')
)
libraryDependencies += "com.github.dgroup" % "velocity" % "0.1.0"
[com.github.dgroup/velocity "0.1.0"]