| License |
License |
|---|---|
| GroupId | GroupIdde.digitalcollections.model |
| ArtifactId | ArtifactIddc-model-parent |
| Version | Version8.2.1 |
| Type | Typepom |
| Description |
DescriptionDigitalCollections: Model
Java library containing Domain Object classes of the Digital Collection's and Digital Humanities ecosystem.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| dc-model-parent-8.2.1.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.digitalcollections.model/dc-model-parent/ -->
<dependency>
<groupId>de.digitalcollections.model</groupId>
<artifactId>dc-model-parent</artifactId>
<version>8.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.digitalcollections.model/dc-model-parent/
implementation 'de.digitalcollections.model:dc-model-parent:8.2.1'
// https://jarcasting.com/artifacts/de.digitalcollections.model/dc-model-parent/
implementation ("de.digitalcollections.model:dc-model-parent:8.2.1")
'de.digitalcollections.model:dc-model-parent:pom:8.2.1'
<dependency org="de.digitalcollections.model" name="dc-model-parent" rev="8.2.1">
<artifact name="dc-model-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.digitalcollections.model', module='dc-model-parent', version='8.2.1')
)
libraryDependencies += "de.digitalcollections.model" % "dc-model-parent" % "8.2.1"
[de.digitalcollections.model/dc-model-parent "8.2.1"]