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