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