| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sf.fsp |
| ArtifactId | ArtifactIdfsproxy |
| Last Version | Last Version0.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFSP Proxy server
Translates FSP v2 protocol into HTTP/1.1.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| fsproxy-0.9.pom | |
| fsproxy-0.9.jar | 15 KB |
| fsproxy-0.9-sources.jar | 11 KB |
| fsproxy-0.9-javadoc.jar | 31 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.fsp/fsproxy/ -->
<dependency>
<groupId>net.sf.fsp</groupId>
<artifactId>fsproxy</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.fsp/fsproxy/
implementation 'net.sf.fsp:fsproxy:0.9'
// https://jarcasting.com/artifacts/net.sf.fsp/fsproxy/
implementation ("net.sf.fsp:fsproxy:0.9")
'net.sf.fsp:fsproxy:jar:0.9'
<dependency org="net.sf.fsp" name="fsproxy" rev="0.9">
<artifact name="fsproxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.fsp', module='fsproxy', version='0.9')
)
libraryDependencies += "net.sf.fsp" % "fsproxy" % "0.9"
[net.sf.fsp/fsproxy "0.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.sf.fsp : fsplib | jar | 1.0.0-RC11 |