Download ws-core-1.0.6.jar file - Jar w

Jar examples for w:ws-core

Description

Core classes to be shared amongst all webservice implementations

You can download jar file ws-core 1.0.6 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ws-core-1.0.6.jar to your project.

<dependency>
   <groupId>org.bongiorno</groupId>
   <artifactId>ws-core</artifactId>
   <version>1.0.6</version>
</dependency>
compile group: 'org.bongiorno', name: 'ws-core', version: '1.0.6'
libraryDependencies += "org.bongiorno" % "ws-core" % "1.0.6"
<dependency org="org.bongiorno" name="ws-core" rev="1.0.6"/>
@Grapes(@Grab(group='org.bongiorno', module='ws-core', version='1.0.6'))
'org.bongiorno:ws-core:jar:1.0.6'

Download

Click the following link to download the jar file.

ws-core-1.0.6-javadoc.jar
ws-core-1.0.6-sources.jar
ws-core-1.0.6.jar
ws-core-1.0.6.pom



Related Tutorials