| GroupId | GroupIddev.xethh.webtools |
|---|---|
| ArtifactId | ArtifactIdRNRUtils |
| Version | Version0.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| RNRUtils-0.0.4.pom | |
| RNRUtils-0.0.4.jar | 13 KB |
| RNRUtils-0.0.4-sources.jar | 7 KB |
| RNRUtils-0.0.4-javadoc.jar | 468 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.xethh.webtools/RNRUtils/ -->
<dependency>
<groupId>dev.xethh.webtools</groupId>
<artifactId>RNRUtils</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/dev.xethh.webtools/RNRUtils/
implementation 'dev.xethh.webtools:RNRUtils:0.0.4'
// https://jarcasting.com/artifacts/dev.xethh.webtools/RNRUtils/
implementation ("dev.xethh.webtools:RNRUtils:0.0.4")
'dev.xethh.webtools:RNRUtils:jar:0.0.4'
<dependency org="dev.xethh.webtools" name="RNRUtils" rev="0.0.4">
<artifact name="RNRUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.xethh.webtools', module='RNRUtils', version='0.0.4')
)
libraryDependencies += "dev.xethh.webtools" % "RNRUtils" % "0.0.4"
[dev.xethh.webtools/RNRUtils "0.0.4"]