is not current version
Last Version 5.3

ActiveJ : ByteBuf 4.4-rc1

Fast and memory-efficient byte buffer, an optimized version of Java's ByteBuffer class. Useful for fast low-level I/O operations like working with files or transferring data over the internet.

License

License

Categories

Categories

ActiveJ User Interface Web Frameworks
GroupId

GroupId

io.activej
ArtifactId

ArtifactId

activej-bytebuf
Version

Version

4.4-rc1
Type

Type

jar
Description

Description

ActiveJ : ByteBuf
Fast and memory-efficient byte buffer, an optimized version of Java's ByteBuffer class. Useful for fast low-level I/O operations like working with files or transferring data over the internet.

Download activej-bytebuf 4.4-rc1


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

Dependencies

compile (3)

Group / Artifact Type Version
io.activej : activej-common jar 4.4-rc1
org.jetbrains : annotations jar 17.0.0
org.slf4j : slf4j-api jar 1.7.29

test (3)

Group / Artifact Type Version
junit : junit jar 4.13.1
ch.qos.logback : logback-classic jar 1.2.3
org.jmock : jmock-junit4 jar 2.8.1

Project Modules

There are no modules declared in this project.