MVN

com.mattunderscore : ws-utils

Maven & Gradle

Jul 26, 2014

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.

<dependency>
    <groupId>com.mattunderscore</groupId>
    <artifactId>ws-utils</artifactId>
    <version>0.2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mattunderscore : ws-utils to add to Maven - Latest Versions:

  • Latest Stable: 0.2.8

All Versions

Choose a version of com.mattunderscore : ws-utils to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2.x
ws-utils-0.2.8
ws-utils-0.2.7
ws-utils-0.2.6
ws-utils-0.2.5
ws-utils-0.2.3
ws-utils-0.2.2
ws-utils-0.2.1
ws-utils-0.2.0
0.1.x
ws-utils-0.1.2
ws-utils-0.1.1
ws-utils-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.mattunderscore</groupId>
    <artifactId>ws-utils</artifactId>
    <version>0.2.8</version>
</dependency>

Advertisement