Download oxalis-api-3.2.0-RC1.jar file - Jar o

Jar examples for o:oxalis-api

Description

Holds the stuff required by external components, which may be hooked into Oxalis. Classes and resources in this module should be made available to oxalis-inbound by placing it into a shared library in the web container.

You can download jar file oxalis-api 3.2.0-RC1 in this page.

License

EUPL

Build File

You can use the following script to add oxalis-api-3.2.0-RC1.jar to your project.

<dependency>
   <groupId>no.difi.oxalis</groupId>
   <artifactId>oxalis-api</artifactId>
   <version>3.2.0-RC1</version>
</dependency>
compile group: 'no.difi.oxalis', name: 'oxalis-api', version: '3.2.0-RC1'
libraryDependencies += "no.difi.oxalis" % "oxalis-api" % "3.2.0-RC1"
<dependency org="no.difi.oxalis" name="oxalis-api" rev="3.2.0-RC1"/>
@Grapes(@Grab(group='no.difi.oxalis', module='oxalis-api', version='3.2.0-RC1'))
'no.difi.oxalis:oxalis-api:jar:3.2.0-RC1'

Download

Click the following link to download the jar file.

oxalis-api-3.2.0-RC1-javadoc.jar
oxalis-api-3.2.0-RC1-sources.jar
oxalis-api-3.2.0-RC1.jar
oxalis-api-3.2.0-RC1.pom



Related Tutorials