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