GroupId | GroupIdde.digitalcollections.model |
---|---|
ArtifactId | ArtifactIddc-model |
Version | Version10.0.1 |
Type | Typejar |
Filename | Size |
---|---|
dc-model-10.0.1.pom | |
dc-model-10.0.1.jar | 261 KB |
dc-model-10.0.1-sources.jar | 132 KB |
dc-model-10.0.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/de.digitalcollections.model/dc-model/ -->
<dependency>
<groupId>de.digitalcollections.model</groupId>
<artifactId>dc-model</artifactId>
<version>10.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.digitalcollections.model/dc-model/
implementation 'de.digitalcollections.model:dc-model:10.0.1'
// https://jarcasting.com/artifacts/de.digitalcollections.model/dc-model/
implementation ("de.digitalcollections.model:dc-model:10.0.1")
'de.digitalcollections.model:dc-model:jar:10.0.1'
<dependency org="de.digitalcollections.model" name="dc-model" rev="10.0.1">
<artifact name="dc-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.digitalcollections.model', module='dc-model', version='10.0.1')
)
libraryDependencies += "de.digitalcollections.model" % "dc-model" % "10.0.1"
[de.digitalcollections.model/dc-model "10.0.1"]