is not current version
Last Version 0.9.1

org.jibx:jibx-ws 0.9-beta

JiBX/WS is a framework for creating fast, simple web services.

GroupId

GroupId

org.jibx
ArtifactId

ArtifactId

jibx-ws
Version

Version

0.9-beta
Type

Type

jar

Download jibx-ws 0.9-beta


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