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