is not current version
Last Version 0.2.GA

org.jvnet.hyperjaxb3:hyperjaxb3-sample-po-ws 0.2.RC1

A sample hyperjaxb maven project that shows how to use JAXWS and HyperJAXB3 together. to create a web service that persists XML data in database using HyperJAXB3.

Categories

Categories

Net
GroupId

GroupId

org.jvnet.hyperjaxb3
ArtifactId

ArtifactId

hyperjaxb3-sample-po-ws
Version

Version

0.2.RC1
Type

Type

war

Download hyperjaxb3-sample-po-ws 0.2.RC1


<!-- https://jarcasting.com/artifacts/org.jvnet.hyperjaxb3/hyperjaxb3-sample-po-ws/ -->
<dependency>
    <groupId>org.jvnet.hyperjaxb3</groupId>
    <artifactId>hyperjaxb3-sample-po-ws</artifactId>
    <version>0.2.RC1</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hyperjaxb3/hyperjaxb3-sample-po-ws/
implementation 'org.jvnet.hyperjaxb3:hyperjaxb3-sample-po-ws:0.2.RC1'
// https://jarcasting.com/artifacts/org.jvnet.hyperjaxb3/hyperjaxb3-sample-po-ws/
implementation ("org.jvnet.hyperjaxb3:hyperjaxb3-sample-po-ws:0.2.RC1")
'org.jvnet.hyperjaxb3:hyperjaxb3-sample-po-ws:war:0.2.RC1'
<dependency org="org.jvnet.hyperjaxb3" name="hyperjaxb3-sample-po-ws" rev="0.2.RC1">
  <artifact name="hyperjaxb3-sample-po-ws" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hyperjaxb3', module='hyperjaxb3-sample-po-ws', version='0.2.RC1')
)
libraryDependencies += "org.jvnet.hyperjaxb3" % "hyperjaxb3-sample-po-ws" % "0.2.RC1"
[org.jvnet.hyperjaxb3/hyperjaxb3-sample-po-ws "0.2.RC1"]