Download neethi-3.0.1.jar file - Jar n

Jar examples for n:neethi

Description

Apache Neethi provides general framework for the programmers to use WS Policy. It is compliant with latest WS Policy specification which was published in March 2006. This framework is specifically written to enable the Apache Web services stack to use WS Policy as a way of expressing it's requirements and capabilities.

You can download jar file neethi 3.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add neethi-3.0.1.jar to your project.

<dependency>
   <groupId>org.apache.neethi</groupId>
   <artifactId>neethi</artifactId>
   <version>3.0.1</version>
</dependency>
compile group: 'org.apache.neethi', name: 'neethi', version: '3.0.1'
libraryDependencies += "org.apache.neethi" % "neethi" % "3.0.1"
<dependency org="org.apache.neethi" name="neethi" rev="3.0.1"/>
@Grapes(@Grab(group='org.apache.neethi', module='neethi', version='3.0.1'))
'org.apache.neethi:neethi:jar:3.0.1'

Download

Click the following link to download the jar file.

neethi-3.0.1-javadoc.jar
neethi-3.0.1-sources.jar
neethi-3.0.1.jar
neethi-3.0.1.pom



Related Tutorials