не последняя версия
Последняя версия 2.1.1

org.webpieces:core-datawrapper 2.0.7

DataWrapper makes it easy to chain ByteBuffers together without copying them such that they just look like one entity avoiding constantly copying the data

Категории

Категории

Данные
Группа

Группа

org.webpieces
Идентификатор

Идентификатор

core-datawrapper
Версия

Версия

2.0.7
Тип

Тип

jar

Скачать core-datawrapper 2.0.7


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