w

ws-utils

Web server utilities for Java EE, servlet containers, etc. This currently provides support for HTTP filters, HTTP header parsing and content negotiation. This project servers as the parent to severals modules that provide these features.
http://www.mattunderscore.com/ws-utils/
New BSD License
Matthew Champion
文件下载
文件名 操作
ws-utils-0.2.5.pom 下载
Apache Maven
<dependency>
  <groupId>com.mattunderscore</groupId>
  <artifactId>ws-utils</artifactId>
  <version>0.2.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.mattunderscore:ws-utils:0.2.5'
Gradle Kotlin
implementation("com.mattunderscore:ws-utils:0.2.5")
Scala SBT
libraryDependencies += "com.mattunderscore" % "ws-utils" % "0.2.5"
Groovy Grape
@Grapes(
  @Grab(group='com.mattunderscore', module='ws-utils', version='0.2.5')
)
Apache Ivy
<dependency org="com.mattunderscore" name="ws-utils" rev="0.2.5" />
Leiningen
[com.mattunderscore/ws-utils "0.2.5"]
Apache Buildr
'com.mattunderscore:ws-utils:jar:0.2.5'