is not current version
Last Version 5.3

io.activej:activej-bytebuf 5.0-rc2

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

5.0-rc2
Type

Type

jar

Download activej-bytebuf 5.0-rc2


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