n

neethi

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.
http://ws.apache.org/commons/neethi/
The Apache Software License, Version 2.0
Apache Software Foundation
Sanjiva Weerawarana Davanum Srinivas Dittmann, Werner Sanka Samaranayake Chatra Nakkawita
Files download
File Operation
neethi-2.0.4.jar download
neethi-2.0.4.pom download
neethi-2.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.neethi</groupId>
  <artifactId>neethi</artifactId>
  <version>2.0.4</version>
</dependency>
Gradle Groovy
implementation 'org.apache.neethi:neethi:2.0.4'
Gradle Kotlin
implementation("org.apache.neethi:neethi:2.0.4")
Scala SBT
libraryDependencies += "org.apache.neethi" % "neethi" % "2.0.4"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.neethi', module='neethi', version='2.0.4')
)
Apache Ivy
<dependency org="org.apache.neethi" name="neethi" rev="2.0.4" />
Leiningen
[org.apache.neethi/neethi "2.0.4"]
Apache Buildr
'org.apache.neethi:neethi:jar:2.0.4'