GroupId | GroupIdcom.citahub.cita-ee |
---|---|
ArtifactId | ArtifactIdrlp |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
rlp-1.2.0.pom | |
rlp-1.2.0.jar | 4 KB |
rlp-1.2.0-tests.jar | 2 KB |
rlp-1.2.0-sources.jar | 2 KB |
rlp-1.2.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.citahub.cita-ee/rlp/ -->
<dependency>
<groupId>com.citahub.cita-ee</groupId>
<artifactId>rlp</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.citahub.cita-ee/rlp/
implementation 'com.citahub.cita-ee:rlp:1.2.0'
// https://jarcasting.com/artifacts/com.citahub.cita-ee/rlp/
implementation ("com.citahub.cita-ee:rlp:1.2.0")
'com.citahub.cita-ee:rlp:jar:1.2.0'
<dependency org="com.citahub.cita-ee" name="rlp" rev="1.2.0">
<artifact name="rlp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.citahub.cita-ee', module='rlp', version='1.2.0')
)
libraryDependencies += "com.citahub.cita-ee" % "rlp" % "1.2.0"
[com.citahub.cita-ee/rlp "1.2.0"]