| GroupId | GroupIdonline.sanen |
|---|---|
| ArtifactId | ArtifactIdcdm-template |
| Version | Version1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cdm-template-1.2.pom | |
| cdm-template-1.2.jar | 68 KB |
| cdm-template-1.2-sources.jar | 48 KB |
| cdm-template-1.2-javadoc.jar | 334 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/online.sanen/cdm-template/ -->
<dependency>
<groupId>online.sanen</groupId>
<artifactId>cdm-template</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/online.sanen/cdm-template/
implementation 'online.sanen:cdm-template:1.2'
// https://jarcasting.com/artifacts/online.sanen/cdm-template/
implementation ("online.sanen:cdm-template:1.2")
'online.sanen:cdm-template:jar:1.2'
<dependency org="online.sanen" name="cdm-template" rev="1.2">
<artifact name="cdm-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='online.sanen', module='cdm-template', version='1.2')
)
libraryDependencies += "online.sanen" % "cdm-template" % "1.2"
[online.sanen/cdm-template "1.2"]