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