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