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