Last Version

Web Server Utilities 0.2.8

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.

License

License

GroupId

GroupId

com.mattunderscore
ArtifactId

ArtifactId

ws-utils
Version

Version

0.2.8
Type

Type

pom
Description

Description

Web Server Utilities
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.

Download ws-utils 0.2.8

Filename Size
ws-utils-0.2.8.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/com.mattunderscore/ws-utils/ -->
<dependency>
    <groupId>com.mattunderscore</groupId>
    <artifactId>ws-utils</artifactId>
    <version>0.2.8</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mattunderscore/ws-utils/
implementation 'com.mattunderscore:ws-utils:0.2.8'
// https://jarcasting.com/artifacts/com.mattunderscore/ws-utils/
implementation ("com.mattunderscore:ws-utils:0.2.8")
'com.mattunderscore:ws-utils:pom:0.2.8'
<dependency org="com.mattunderscore" name="ws-utils" rev="0.2.8">
  <artifact name="ws-utils" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mattunderscore', module='ws-utils', version='0.2.8')
)
libraryDependencies += "com.mattunderscore" % "ws-utils" % "0.2.8"
[com.mattunderscore/ws-utils "0.2.8"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • filter-utils
  • structured-http-headers
  • content-negotiation