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