Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdorg.anarres.gradle |
ArtifactId | ArtifactIdgradle-velocity-plugin |
Version | Version1.0.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.anarres.gradle/gradle-velocity-plugin/ -->
<dependency>
<groupId>org.anarres.gradle</groupId>
<artifactId>gradle-velocity-plugin</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.anarres.gradle/gradle-velocity-plugin/
implementation 'org.anarres.gradle:gradle-velocity-plugin:1.0.7'
// https://jarcasting.com/artifacts/org.anarres.gradle/gradle-velocity-plugin/
implementation ("org.anarres.gradle:gradle-velocity-plugin:1.0.7")
'org.anarres.gradle:gradle-velocity-plugin:jar:1.0.7'
<dependency org="org.anarres.gradle" name="gradle-velocity-plugin" rev="1.0.7">
<artifact name="gradle-velocity-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.anarres.gradle', module='gradle-velocity-plugin', version='1.0.7')
)
libraryDependencies += "org.anarres.gradle" % "gradle-velocity-plugin" % "1.0.7"
[org.anarres.gradle/gradle-velocity-plugin "1.0.7"]