GroupId | GroupIdde.digitalcollections.model |
---|---|
ArtifactId | ArtifactIddc-model |
Version | Version4.0.0 |
Type | Typejar |
Filename | Size |
---|---|
dc-model-4.0.0.pom | |
dc-model-4.0.0.jar | 136 KB |
dc-model-4.0.0-sources.jar | 102 KB |
dc-model-4.0.0-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>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.digitalcollections.model/dc-model/
implementation 'de.digitalcollections.model:dc-model:4.0.0'
// https://jarcasting.com/artifacts/de.digitalcollections.model/dc-model/
implementation ("de.digitalcollections.model:dc-model:4.0.0")
'de.digitalcollections.model:dc-model:jar:4.0.0'
<dependency org="de.digitalcollections.model" name="dc-model" rev="4.0.0">
<artifact name="dc-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.digitalcollections.model', module='dc-model', version='4.0.0')
)
libraryDependencies += "de.digitalcollections.model" % "dc-model" % "4.0.0"
[de.digitalcollections.model/dc-model "4.0.0"]