License |
License |
---|---|
GroupId | GroupIdcom.mattunderscore |
ArtifactId | ArtifactIdws-utils |
Version | Version0.2.8 |
Type | Typepom |
Description |
DescriptionWeb 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.
|
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"]