| GroupId | GroupIdonline.sanen |
|---|---|
| ArtifactId | ArtifactIdcdm-all |
| Version | Version2.1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| cdm-all-2.1.0.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/online.sanen/cdm-all/ -->
<dependency>
<groupId>online.sanen</groupId>
<artifactId>cdm-all</artifactId>
<version>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/online.sanen/cdm-all/
implementation 'online.sanen:cdm-all:2.1.0'
// https://jarcasting.com/artifacts/online.sanen/cdm-all/
implementation ("online.sanen:cdm-all:2.1.0")
'online.sanen:cdm-all:pom:2.1.0'
<dependency org="online.sanen" name="cdm-all" rev="2.1.0">
<artifact name="cdm-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='online.sanen', module='cdm-all', version='2.1.0')
)
libraryDependencies += "online.sanen" % "cdm-all" % "2.1.0"
[online.sanen/cdm-all "2.1.0"]