poms-shared
The java domain classes used by NPO Frontend API, POMS Backend and other POMS projects.
These are also used by the API clients.
See also poms parent
License |
License |
---|---|
GroupId | GroupIdnl.vpro.poms |
ArtifactId | ArtifactIdpoms-shared-test |
Last Version | Last Version5.11.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDomain classes and utilities for NPO POMS projects.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
poms-shared-test-5.11.9.pom | |
poms-shared-test-5.11.9.jar | 3 KB |
poms-shared-test-5.11.9-sources.jar | 3 KB |
poms-shared-test-5.11.9-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.vpro.poms/poms-shared-test/ -->
<dependency>
<groupId>nl.vpro.poms</groupId>
<artifactId>poms-shared-test</artifactId>
<version>5.11.9</version>
</dependency>
// https://jarcasting.com/artifacts/nl.vpro.poms/poms-shared-test/
implementation 'nl.vpro.poms:poms-shared-test:5.11.9'
// https://jarcasting.com/artifacts/nl.vpro.poms/poms-shared-test/
implementation ("nl.vpro.poms:poms-shared-test:5.11.9")
'nl.vpro.poms:poms-shared-test:jar:5.11.9'
<dependency org="nl.vpro.poms" name="poms-shared-test" rev="5.11.9">
<artifact name="poms-shared-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.vpro.poms', module='poms-shared-test', version='5.11.9')
)
libraryDependencies += "nl.vpro.poms" % "poms-shared-test" % "5.11.9"
[nl.vpro.poms/poms-shared-test "5.11.9"]
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 3.0.0 |
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.12.2 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.8 |
The java domain classes used by NPO Frontend API, POMS Backend and other POMS projects.
These are also used by the API clients.
See also poms parent