| Группа | Группаch.exense.rtm |
|---|---|
| Идентификатор | Идентификаторrtm-frontend |
| Версия | Версия2.3.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| rtm-frontend-2.3.1.pom | |
| rtm-frontend-2.3.1.jar | 19 MB |
| rtm-frontend-2.3.1-sources.jar | 68 KB |
| rtm-frontend-2.3.1-javadoc.jar | 512 KB |
| rtm-frontend-2.3.1-jar-with-dependencies.jar | 21 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ch.exense.rtm/rtm-frontend/ -->
<dependency>
<groupId>ch.exense.rtm</groupId>
<artifactId>rtm-frontend</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.rtm/rtm-frontend/
implementation 'ch.exense.rtm:rtm-frontend:2.3.1'
// https://jarcasting.com/artifacts/ch.exense.rtm/rtm-frontend/
implementation ("ch.exense.rtm:rtm-frontend:2.3.1")
'ch.exense.rtm:rtm-frontend:jar:2.3.1'
<dependency org="ch.exense.rtm" name="rtm-frontend" rev="2.3.1">
<artifact name="rtm-frontend" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense.rtm', module='rtm-frontend', version='2.3.1')
)
libraryDependencies += "ch.exense.rtm" % "rtm-frontend" % "2.3.1"
[ch.exense.rtm/rtm-frontend "2.3.1"]