is not current version
Last Version 2.3.2

ch.exense.rtm:rtm-core 2.3.1


GroupId

GroupId

ch.exense.rtm
ArtifactId

ArtifactId

rtm-core
Version

Version

2.3.1
Type

Type

jar

Download rtm-core 2.3.1


<!-- https://jarcasting.com/artifacts/ch.exense.rtm/rtm-core/ -->
<dependency>
    <groupId>ch.exense.rtm</groupId>
    <artifactId>rtm-core</artifactId>
    <version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.rtm/rtm-core/
implementation 'ch.exense.rtm:rtm-core:2.3.1'
// https://jarcasting.com/artifacts/ch.exense.rtm/rtm-core/
implementation ("ch.exense.rtm:rtm-core:2.3.1")
'ch.exense.rtm:rtm-core:jar:2.3.1'
<dependency org="ch.exense.rtm" name="rtm-core" rev="2.3.1">
  <artifact name="rtm-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense.rtm', module='rtm-core', version='2.3.1')
)
libraryDependencies += "ch.exense.rtm" % "rtm-core" % "2.3.1"
[ch.exense.rtm/rtm-core "2.3.1"]