DigitalCollections: Core libraries
Common libraries for DigitalCollections projects.
License |
License |
---|---|
GroupId | GroupIdde.digitalcollections.core |
ArtifactId | ArtifactIddc-core-model |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
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 | 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.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 |
Common libraries for DigitalCollections projects.