| Группа | Группаonline.sanen |
|---|---|
| Идентификатор | Идентификаторcdm-api |
| Версия | Версия2.0.2-RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| cdm-api-2.0.2-RELEASE.pom | |
| cdm-api-2.0.2-RELEASE.jar | 37 KB |
| cdm-api-2.0.2-RELEASE-sources.jar | 24 KB |
| cdm-api-2.0.2-RELEASE-javadoc.jar | 269 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/online.sanen/cdm-api/ -->
<dependency>
<groupId>online.sanen</groupId>
<artifactId>cdm-api</artifactId>
<version>2.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/online.sanen/cdm-api/
implementation 'online.sanen:cdm-api:2.0.2-RELEASE'
// https://jarcasting.com/artifacts/online.sanen/cdm-api/
implementation ("online.sanen:cdm-api:2.0.2-RELEASE")
'online.sanen:cdm-api:jar:2.0.2-RELEASE'
<dependency org="online.sanen" name="cdm-api" rev="2.0.2-RELEASE">
<artifact name="cdm-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='online.sanen', module='cdm-api', version='2.0.2-RELEASE')
)
libraryDependencies += "online.sanen" % "cdm-api" % "2.0.2-RELEASE"
[online.sanen/cdm-api "2.0.2-RELEASE"]