License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdorg.webpieces |
ArtifactId | ArtifactIdcore-datawrapper |
Last Version | Last Version2.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncore-datawrapper
DataWrapper makes it easy to chain ByteBuffers together without copying them such that they just look like one entity avoiding constantly copying the data
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
core-datawrapper-2.1.1.pom | |
core-datawrapper-2.1.1.jar | 21 KB |
core-datawrapper-2.1.1-sources.jar | 14 KB |
core-datawrapper-2.1.1-javadoc.jar | 357 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/core-datawrapper/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>core-datawrapper</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/core-datawrapper/
implementation 'org.webpieces:core-datawrapper:2.1.1'
// https://jarcasting.com/artifacts/org.webpieces/core-datawrapper/
implementation ("org.webpieces:core-datawrapper:2.1.1")
'org.webpieces:core-datawrapper:jar:2.1.1'
<dependency org="org.webpieces" name="core-datawrapper" rev="2.1.1">
<artifact name="core-datawrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='core-datawrapper', version='2.1.1')
)
libraryDependencies += "org.webpieces" % "core-datawrapper" % "2.1.1"
[org.webpieces/core-datawrapper "2.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.webpieces : core-util | jar | 2.1.1 |
Group / Artifact | Type | Version |
---|---|---|
jakarta.inject : jakarta.inject-api | jar | |
org.slf4j : slf4j-api | jar | |
org.webpieces : core-metrics | jar | 2.1.1 |
ch.qos.logback : logback-classic | jar |