FSP Java Library

Java FSP Library adds support for the FSP protocol to any Java program by implementing the URLStreamHandler factory.

License

License

MIT License
Categories

Categories

Net
GroupId

GroupId

net.sf.fsp
ArtifactId

ArtifactId

fsplib
Last Version

Last Version

1.0.0-RC11
Release Date

Release Date

Type

Type

jar
Description

Description

FSP Java Library
Java FSP Library adds support for the FSP protocol to any Java program by implementing the URLStreamHandler factory.
Project URL

Project URL

http://fsp.sourceforge.net/javalib.html
Project Organization

Project Organization

FSP Project
Source Code Management

Source Code Management

https://sourceforge.net/p/fsp/javalib/ci/master/tree/

Download fsplib

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.fsp/fsplib/ -->
<dependency>
    <groupId>net.sf.fsp</groupId>
    <artifactId>fsplib</artifactId>
    <version>1.0.0-RC11</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.fsp/fsplib/
implementation 'net.sf.fsp:fsplib:1.0.0-RC11'
// https://jarcasting.com/artifacts/net.sf.fsp/fsplib/
implementation ("net.sf.fsp:fsplib:1.0.0-RC11")
'net.sf.fsp:fsplib:jar:1.0.0-RC11'
<dependency org="net.sf.fsp" name="fsplib" rev="1.0.0-RC11">
  <artifact name="fsplib" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.fsp', module='fsplib', version='1.0.0-RC11')
)
libraryDependencies += "net.sf.fsp" % "fsplib" % "1.0.0-RC11"
[net.sf.fsp/fsplib "1.0.0-RC11"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0-RC11
1.0.0-RC10