is not current version
Last Version 1.0.1

org.apache.winegrower.examples:jaxrs 1.0.0

Run "mvn package winegrower:pour" then hit http://localhost:8080/cxf/api/harvest.

GroupId

GroupId

org.apache.winegrower.examples
ArtifactId

ArtifactId

jaxrs
Version

Version

1.0.0
Type

Type

jar

Download jaxrs 1.0.0


<!-- https://jarcasting.com/artifacts/org.apache.winegrower.examples/jaxrs/ -->
<dependency>
    <groupId>org.apache.winegrower.examples</groupId>
    <artifactId>jaxrs</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.winegrower.examples/jaxrs/
implementation 'org.apache.winegrower.examples:jaxrs:1.0.0'
// https://jarcasting.com/artifacts/org.apache.winegrower.examples/jaxrs/
implementation ("org.apache.winegrower.examples:jaxrs:1.0.0")
'org.apache.winegrower.examples:jaxrs:jar:1.0.0'
<dependency org="org.apache.winegrower.examples" name="jaxrs" rev="1.0.0">
  <artifact name="jaxrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.winegrower.examples', module='jaxrs', version='1.0.0')
)
libraryDependencies += "org.apache.winegrower.examples" % "jaxrs" % "1.0.0"
[org.apache.winegrower.examples/jaxrs "1.0.0"]