Last Version

DataKernel : ByteBuf 3.1.0

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

Data
GroupId

GroupId

io.datakernel
ArtifactId

ArtifactId

datakernel-bytebuf
Version

Version

3.1.0
Type

Type

jar
Description

Description

DataKernel : 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.
Project URL

Project URL

https://datakernel.io/datakernel-bytebuf/

Download datakernel-bytebuf 3.1.0


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

Dependencies

compile (3)

Group / Artifact Type Version
io.datakernel : datakernel-common jar 3.1.0
org.jetbrains : annotations jar 17.0.0
org.slf4j : slf4j-api jar 1.7.25

test (3)

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

Project Modules

There are no modules declared in this project.