Download oas-webservice-impl-1.2.jar file - Jar o

Jar examples for o:oas-webservice-impl

Description

Provides the OAS webservice as a jar file containing Restlets

You can download jar file oas-webservice-impl 1.2 in this page.

Build File

You can use the following script to add oas-webservice-impl-1.2.jar to your project.

<dependency>
   <groupId>com.github.ansell.oas</groupId>
   <artifactId>oas-webservice-impl</artifactId>
   <version>1.2</version>
</dependency>
compile group: 'com.github.ansell.oas', name: 'oas-webservice-impl', version: '1.2'
libraryDependencies += "com.github.ansell.oas" % "oas-webservice-impl" % "1.2"
<dependency org="com.github.ansell.oas" name="oas-webservice-impl" rev="1.2"/>
@Grapes(@Grab(group='com.github.ansell.oas', module='oas-webservice-impl', version='1.2'))
'com.github.ansell.oas:oas-webservice-impl:jar:1.2'

Download

Click the following link to download the jar file.

oas-webservice-impl-1.2-javadoc.jar
oas-webservice-impl-1.2-sources.jar
oas-webservice-impl-1.2-test-sources.jar
oas-webservice-impl-1.2-tests.jar
oas-webservice-impl-1.2.jar
oas-webservice-impl-1.2.pom



Related Tutorials