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