| Группа | Группаcom.metamx |
|---|---|
| Идентификатор | Идентификаторbytebuffer-collections |
| Версия | Версия0.2.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| bytebuffer-collections-0.2.1.pom | |
| bytebuffer-collections-0.2.1.jar | 69 KB |
| bytebuffer-collections-0.2.1-tests.jar | 32 KB |
| bytebuffer-collections-0.2.1-sources.jar | 41 KB |
| bytebuffer-collections-0.2.1-javadoc.jar | 217 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.metamx/bytebuffer-collections/ -->
<dependency>
<groupId>com.metamx</groupId>
<artifactId>bytebuffer-collections</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.metamx/bytebuffer-collections/
implementation 'com.metamx:bytebuffer-collections:0.2.1'
// https://jarcasting.com/artifacts/com.metamx/bytebuffer-collections/
implementation ("com.metamx:bytebuffer-collections:0.2.1")
'com.metamx:bytebuffer-collections:jar:0.2.1'
<dependency org="com.metamx" name="bytebuffer-collections" rev="0.2.1">
<artifact name="bytebuffer-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.metamx', module='bytebuffer-collections', version='0.2.1')
)
libraryDependencies += "com.metamx" % "bytebuffer-collections" % "0.2.1"
[com.metamx/bytebuffer-collections "0.2.1"]