| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sourceforge.pah |
| ArtifactId | ArtifactIdpah |
| Last Version | Last Version1.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPah
Pah is an open source Java library for handling the HTTP Accept header.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| pah-1.6.pom | |
| pah-1.6.jar | 50 KB |
| pah-1.6-sources.jar | 21 KB |
| pah-1.6-javadoc.jar | 53 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.pah/pah/ -->
<dependency>
<groupId>net.sourceforge.pah</groupId>
<artifactId>pah</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.pah/pah/
implementation 'net.sourceforge.pah:pah:1.6'
// https://jarcasting.com/artifacts/net.sourceforge.pah/pah/
implementation ("net.sourceforge.pah:pah:1.6")
'net.sourceforge.pah:pah:jar:1.6'
<dependency org="net.sourceforge.pah" name="pah" rev="1.6">
<artifact name="pah" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.pah', module='pah', version='1.6')
)
libraryDependencies += "net.sourceforge.pah" % "pah" % "1.6"
[net.sourceforge.pah/pah "1.6"]