is not current version
Last Version 5.3

io.activej:activej-fs 1.0

Provides tools for building efficient, scalable remote file servers. It utilizes ActiveJ CSP for fast and reliable file transfer.

Categories

Categories

ActiveJ User Interface Web Frameworks
GroupId

GroupId

io.activej
ArtifactId

ArtifactId

activej-fs
Version

Version

1.0
Type

Type

jar

Download activej-fs 1.0


<!-- https://jarcasting.com/artifacts/io.activej/activej-fs/ -->
<dependency>
    <groupId>io.activej</groupId>
    <artifactId>activej-fs</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.activej/activej-fs/
implementation 'io.activej:activej-fs:1.0'
// https://jarcasting.com/artifacts/io.activej/activej-fs/
implementation ("io.activej:activej-fs:1.0")
'io.activej:activej-fs:jar:1.0'
<dependency org="io.activej" name="activej-fs" rev="1.0">
  <artifact name="activej-fs" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.activej', module='activej-fs', version='1.0')
)
libraryDependencies += "io.activej" % "activej-fs" % "1.0"
[io.activej/activej-fs "1.0"]