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