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.
https://ws.apache.org/neethi/
Apache License, Version 2.0
The Apache Software Foundation
Sanjiva Weerawarana Davanum Srinivas Dittmann, Werner Sanka Samaranayake Daniel Kulp Andreas Veithen Chatra Nakkawita
文件下载
文件名 操作
neethi-3.2.0.jar 下载
neethi-3.2.0.pom 下载
neethi-3.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.neethi</groupId>
  <artifactId>neethi</artifactId>
  <version>3.2.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.neethi:neethi:3.2.0'
Gradle Kotlin
implementation("org.apache.neethi:neethi:3.2.0")
Scala SBT
libraryDependencies += "org.apache.neethi" % "neethi" % "3.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.neethi', module='neethi', version='3.2.0')
)
Apache Ivy
<dependency org="org.apache.neethi" name="neethi" rev="3.2.0" />
Leiningen
[org.apache.neethi/neethi "3.2.0"]
Apache Buildr
'org.apache.neethi:neethi:jar:3.2.0'