| GroupId | GroupIdorg.rapidpm |
|---|---|
| ArtifactId | ArtifactIdrapidpm-resources |
| Version | Version2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rapidpm-resources-2.0.pom | |
| rapidpm-resources-2.0.jar | 13 KB |
| rapidpm-resources-2.0-tests.jar | 1 KB |
| rapidpm-resources-2.0-sources.jar | 11 KB |
| rapidpm-resources-2.0-javadoc.jar | 343 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.rapidpm/rapidpm-resources/ -->
<dependency>
<groupId>org.rapidpm</groupId>
<artifactId>rapidpm-resources</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.rapidpm/rapidpm-resources/
implementation 'org.rapidpm:rapidpm-resources:2.0'
// https://jarcasting.com/artifacts/org.rapidpm/rapidpm-resources/
implementation ("org.rapidpm:rapidpm-resources:2.0")
'org.rapidpm:rapidpm-resources:jar:2.0'
<dependency org="org.rapidpm" name="rapidpm-resources" rev="2.0">
<artifact name="rapidpm-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rapidpm', module='rapidpm-resources', version='2.0')
)
libraryDependencies += "org.rapidpm" % "rapidpm-resources" % "2.0"
[org.rapidpm/rapidpm-resources "2.0"]