| License |
License |
|---|---|
| GroupId | GroupIdde.digitalcollections.core |
| ArtifactId | ArtifactIddc-core-model |
| Version | Version2.2.0 |
| Type | Typejar |
| Description |
DescriptionDigitalCollections: Core Model
Parent for all DigitalCollections Core projects/modules: Model, Frontend, Business, Backend.
|
| Filename | Size |
|---|---|
| dc-core-model-2.2.0.pom | |
| dc-core-model-2.2.0.jar | 48 KB |
| dc-core-model-2.2.0-sources.jar | 40 KB |
| dc-core-model-2.2.0-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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.digitalcollections.core/dc-core-model/
implementation 'de.digitalcollections.core:dc-core-model:2.2.0'
// https://jarcasting.com/artifacts/de.digitalcollections.core/dc-core-model/
implementation ("de.digitalcollections.core:dc-core-model:2.2.0")
'de.digitalcollections.core:dc-core-model:jar:2.2.0'
<dependency org="de.digitalcollections.core" name="dc-core-model" rev="2.2.0">
<artifact name="dc-core-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.digitalcollections.core', module='dc-core-model', version='2.2.0')
)
libraryDependencies += "de.digitalcollections.core" % "dc-core-model" % "2.2.0"
[de.digitalcollections.core/dc-core-model "2.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 23.0 |
| commons-io : commons-io | jar | 2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 3.5.2 |