| License |
License |
|---|---|
| GroupId | GroupIdtop.rizon |
| ArtifactId | ArtifactIdr-tools |
| Version | Version1.0 |
| Type | Typejar |
| Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| r-tools-1.0.pom | |
| r-tools-1.0.jar | 11 KB |
| r-tools-1.0-sources.jar | 5 KB |
| r-tools-1.0-javadoc.jar | 65 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/top.rizon/r-tools/ -->
<dependency>
<groupId>top.rizon</groupId>
<artifactId>r-tools</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/top.rizon/r-tools/
implementation 'top.rizon:r-tools:1.0'
// https://jarcasting.com/artifacts/top.rizon/r-tools/
implementation ("top.rizon:r-tools:1.0")
'top.rizon:r-tools:jar:1.0'
<dependency org="top.rizon" name="r-tools" rev="1.0">
<artifact name="r-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.rizon', module='r-tools', version='1.0')
)
libraryDependencies += "top.rizon" % "r-tools" % "1.0"
[top.rizon/r-tools "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.8.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.4 |
| org.springframework.boot : spring-boot-starter | jar | 2.1.2.RELEASE |
| org.springframework.boot : spring-boot-starter-web | jar | 2.1.2.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.1.2.RELEASE |