Categories |
CategoriesBuild Tools |
---|---|
GroupId | GroupIdcom.reallifedeveloper |
ArtifactId | ArtifactIdrld-build-tools |
Version | Version1.4 |
Type | Typejar |
Filename | Size |
---|---|
rld-build-tools-1.4.pom | |
rld-build-tools-1.4.jar | 56 KB |
rld-build-tools-1.4-tests.jar | 60 KB |
rld-build-tools-1.4-sources.jar | 44 KB |
rld-build-tools-1.4-javadoc.jar | 148 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.reallifedeveloper/rld-build-tools/ -->
<dependency>
<groupId>com.reallifedeveloper</groupId>
<artifactId>rld-build-tools</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.reallifedeveloper/rld-build-tools/
implementation 'com.reallifedeveloper:rld-build-tools:1.4'
// https://jarcasting.com/artifacts/com.reallifedeveloper/rld-build-tools/
implementation ("com.reallifedeveloper:rld-build-tools:1.4")
'com.reallifedeveloper:rld-build-tools:jar:1.4'
<dependency org="com.reallifedeveloper" name="rld-build-tools" rev="1.4">
<artifact name="rld-build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.reallifedeveloper', module='rld-build-tools', version='1.4')
)
libraryDependencies += "com.reallifedeveloper" % "rld-build-tools" % "1.4"
[com.reallifedeveloper/rld-build-tools "1.4"]