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