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