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