| License |
License
MIT License
|
|---|---|
| GroupId | GroupIdde.digitalcollections.commons |
| ArtifactId | ArtifactIddc-commons-springmvc |
| Last Version | Last Version5.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDigitalCollections: Commons Spring MVC
Parent for all DigitalCollections Commons projects.
|
| Filename | Size |
|---|---|
| dc-commons-springmvc-5.0.0.pom | |
| dc-commons-springmvc-5.0.0.jar | 20 KB |
| dc-commons-springmvc-5.0.0-sources.jar | 17 KB |
| dc-commons-springmvc-5.0.0-javadoc.jar | 466 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.digitalcollections.commons/dc-commons-springmvc/ -->
<dependency>
<groupId>de.digitalcollections.commons</groupId>
<artifactId>dc-commons-springmvc</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.digitalcollections.commons/dc-commons-springmvc/
implementation 'de.digitalcollections.commons:dc-commons-springmvc:5.0.0'
// https://jarcasting.com/artifacts/de.digitalcollections.commons/dc-commons-springmvc/
implementation ("de.digitalcollections.commons:dc-commons-springmvc:5.0.0")
'de.digitalcollections.commons:dc-commons-springmvc:jar:5.0.0'
<dependency org="de.digitalcollections.commons" name="dc-commons-springmvc" rev="5.0.0">
<artifact name="dc-commons-springmvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.digitalcollections.commons', module='dc-commons-springmvc', version='5.0.0')
)
libraryDependencies += "de.digitalcollections.commons" % "dc-commons-springmvc" % "5.0.0"
[de.digitalcollections.commons/dc-commons-springmvc "5.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 31.1-jre |
| de.digitalcollections.model : dc-model | jar | 10.0.0 |
| info.solidsoft.mockito : mockito-java8 | jar | 2.5.0 |
| javax.servlet : javax.servlet-api | jar | 4.0.1 |
| org.mockito : mockito-core | jar | 4.6.1 |
| org.slf4j : slf4j-api | jar | 1.7.36 |
| org.springframework : spring-web | jar | 5.2.9.RELEASE |
| org.springframework : spring-webmvc | jar | 5.2.9.RELEASE |
| org.springframework.security : spring-security-core | jar | 5.4.7 |
| org.springframework.security : spring-security-web | jar | 5.4.7 |
| org.thymeleaf : thymeleaf | jar | 3.0.15.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.assertj : assertj-core | jar | 3.23.1 |
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |