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