| GroupId | GroupIdtop.rizon |
|---|---|
| ArtifactId | ArtifactIdr-tools |
| Version | Version0.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| r-tools-0.0.1.pom | |
| r-tools-0.0.1.jar | 11 KB |
| r-tools-0.0.1-sources.jar | 5 KB |
| r-tools-0.0.1-javadoc.jar | 65 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/top.rizon/r-tools/ -->
<dependency>
<groupId>top.rizon</groupId>
<artifactId>r-tools</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/top.rizon/r-tools/
implementation 'top.rizon:r-tools:0.0.1'
// https://jarcasting.com/artifacts/top.rizon/r-tools/
implementation ("top.rizon:r-tools:0.0.1")
'top.rizon:r-tools:jar:0.0.1'
<dependency org="top.rizon" name="r-tools" rev="0.0.1">
<artifact name="r-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.rizon', module='r-tools', version='0.0.1')
)
libraryDependencies += "top.rizon" % "r-tools" % "0.0.1"
[top.rizon/r-tools "0.0.1"]