is not current version
Last Version 5.3

io.activej:activej-bytebuf 1.1

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

1.1
Type

Type

jar

Download activej-bytebuf 1.1


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