Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdio.github.devacfr.maven.skins |
ArtifactId | ArtifactIdreflow-velocity-tools |
Version | Version1.3.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.devacfr.maven.skins/reflow-velocity-tools/ -->
<dependency>
<groupId>io.github.devacfr.maven.skins</groupId>
<artifactId>reflow-velocity-tools</artifactId>
<version>1.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.devacfr.maven.skins/reflow-velocity-tools/
implementation 'io.github.devacfr.maven.skins:reflow-velocity-tools:1.3.7'
// https://jarcasting.com/artifacts/io.github.devacfr.maven.skins/reflow-velocity-tools/
implementation ("io.github.devacfr.maven.skins:reflow-velocity-tools:1.3.7")
'io.github.devacfr.maven.skins:reflow-velocity-tools:jar:1.3.7'
<dependency org="io.github.devacfr.maven.skins" name="reflow-velocity-tools" rev="1.3.7">
<artifact name="reflow-velocity-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.devacfr.maven.skins', module='reflow-velocity-tools', version='1.3.7')
)
libraryDependencies += "io.github.devacfr.maven.skins" % "reflow-velocity-tools" % "1.3.7"
[io.github.devacfr.maven.skins/reflow-velocity-tools "1.3.7"]