is not current version
Last Version 5.3

io.activej:activej-bytebuf 2.2

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.

Categories

Categories

ActiveJ User Interface Web Frameworks
GroupId

GroupId

io.activej
ArtifactId

ArtifactId

activej-bytebuf
Version

Version

2.2
Type

Type

jar

Download activej-bytebuf 2.2


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