| GroupId | GroupIdonline.sanen |
|---|---|
| ArtifactId | ArtifactIdcdm-core |
| Version | Version2.0.1-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| cdm-core-2.0.1-RELEASE.pom | |
| cdm-core-2.0.1-RELEASE.jar | 58 KB |
| cdm-core-2.0.1-RELEASE-sources.jar | 24 KB |
| cdm-core-2.0.1-RELEASE-javadoc.jar | 151 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/online.sanen/cdm-core/ -->
<dependency>
<groupId>online.sanen</groupId>
<artifactId>cdm-core</artifactId>
<version>2.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/online.sanen/cdm-core/
implementation 'online.sanen:cdm-core:2.0.1-RELEASE'
// https://jarcasting.com/artifacts/online.sanen/cdm-core/
implementation ("online.sanen:cdm-core:2.0.1-RELEASE")
'online.sanen:cdm-core:jar:2.0.1-RELEASE'
<dependency org="online.sanen" name="cdm-core" rev="2.0.1-RELEASE">
<artifact name="cdm-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='online.sanen', module='cdm-core', version='2.0.1-RELEASE')
)
libraryDependencies += "online.sanen" % "cdm-core" % "2.0.1-RELEASE"
[online.sanen/cdm-core "2.0.1-RELEASE"]