GroupId | GroupIdnl.vpro.shared |
---|---|
ArtifactId | ArtifactIdvpro-shared-persistence |
Version | Version2.11.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/nl.vpro.shared/vpro-shared-persistence/ -->
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-persistence</artifactId>
<version>2.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.vpro.shared/vpro-shared-persistence/
implementation 'nl.vpro.shared:vpro-shared-persistence:2.11.0'
// https://jarcasting.com/artifacts/nl.vpro.shared/vpro-shared-persistence/
implementation ("nl.vpro.shared:vpro-shared-persistence:2.11.0")
'nl.vpro.shared:vpro-shared-persistence:jar:2.11.0'
<dependency org="nl.vpro.shared" name="vpro-shared-persistence" rev="2.11.0">
<artifact name="vpro-shared-persistence" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.vpro.shared', module='vpro-shared-persistence', version='2.11.0')
)
libraryDependencies += "nl.vpro.shared" % "vpro-shared-persistence" % "2.11.0"
[nl.vpro.shared/vpro-shared-persistence "2.11.0"]