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