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