Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.github.rperez93 |
ArtifactId | ArtifactIdgradle-utils |
Version | Version1.5.1 |
Type | Typejar |
Filename | Size |
---|---|
gradle-utils-1.5.1.pom | |
gradle-utils-1.5.1.jar | 15 KB |
gradle-utils-1.5.1-tests.jar | 261 bytes |
gradle-utils-1.5.1-sources.jar | 6 KB |
gradle-utils-1.5.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rperez93/gradle-utils/ -->
<dependency>
<groupId>com.github.rperez93</groupId>
<artifactId>gradle-utils</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rperez93/gradle-utils/
implementation 'com.github.rperez93:gradle-utils:1.5.1'
// https://jarcasting.com/artifacts/com.github.rperez93/gradle-utils/
implementation ("com.github.rperez93:gradle-utils:1.5.1")
'com.github.rperez93:gradle-utils:jar:1.5.1'
<dependency org="com.github.rperez93" name="gradle-utils" rev="1.5.1">
<artifact name="gradle-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rperez93', module='gradle-utils', version='1.5.1')
)
libraryDependencies += "com.github.rperez93" % "gradle-utils" % "1.5.1"
[com.github.rperez93/gradle-utils "1.5.1"]