GroupId | GroupIdch.exense.rtm |
---|---|
ArtifactId | ArtifactIdrtm-commons |
Version | Version2.3.0 |
Type | Typejar |
Filename | Size |
---|---|
rtm-commons-2.3.0.pom | |
rtm-commons-2.3.0.jar | 12 KB |
rtm-commons-2.3.0-sources.jar | 7 KB |
rtm-commons-2.3.0-javadoc.jar | 443 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.exense.rtm/rtm-commons/ -->
<dependency>
<groupId>ch.exense.rtm</groupId>
<artifactId>rtm-commons</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.rtm/rtm-commons/
implementation 'ch.exense.rtm:rtm-commons:2.3.0'
// https://jarcasting.com/artifacts/ch.exense.rtm/rtm-commons/
implementation ("ch.exense.rtm:rtm-commons:2.3.0")
'ch.exense.rtm:rtm-commons:jar:2.3.0'
<dependency org="ch.exense.rtm" name="rtm-commons" rev="2.3.0">
<artifact name="rtm-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense.rtm', module='rtm-commons', version='2.3.0')
)
libraryDependencies += "ch.exense.rtm" % "rtm-commons" % "2.3.0"
[ch.exense.rtm/rtm-commons "2.3.0"]