| Категории |
КатегорииAnt Компиляция и сборка |
|---|---|
| Группа | Группаcom.github.phantomthief |
| Идентификатор | Идентификаторmore-collectors |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| more-collectors-1.0.0.pom | |
| more-collectors-1.0.0.jar | 8 KB |
| more-collectors-1.0.0-sources.jar | 2 KB |
| more-collectors-1.0.0-javadoc.jar | 24 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.phantomthief/more-collectors/ -->
<dependency>
<groupId>com.github.phantomthief</groupId>
<artifactId>more-collectors</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.phantomthief/more-collectors/
implementation 'com.github.phantomthief:more-collectors:1.0.0'
// https://jarcasting.com/artifacts/com.github.phantomthief/more-collectors/
implementation ("com.github.phantomthief:more-collectors:1.0.0")
'com.github.phantomthief:more-collectors:jar:1.0.0'
<dependency org="com.github.phantomthief" name="more-collectors" rev="1.0.0">
<artifact name="more-collectors" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.phantomthief', module='more-collectors', version='1.0.0')
)
libraryDependencies += "com.github.phantomthief" % "more-collectors" % "1.0.0"
[com.github.phantomthief/more-collectors "1.0.0"]