Download ws-core-1.0.8.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.8 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.8.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials