s

silly-collection

Utility library for collections, comparators and iterator classes
https://github.com/astrapi69/silly-collection
MIT License
Asterios Raptis
Asterios Raptis
文件下载
文件名 操作
silly-collection-27.jar 下载
silly-collection-27.pom 下载
silly-collection-27-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.astrapi69</groupId>
  <artifactId>silly-collection</artifactId>
  <version>27</version>
</dependency>
Gradle Groovy
implementation 'io.github.astrapi69:silly-collection:27'
Gradle Kotlin
implementation("io.github.astrapi69:silly-collection:27")
Scala SBT
libraryDependencies += "io.github.astrapi69" % "silly-collection" % "27"
Groovy Grape
@Grapes(
  @Grab(group='io.github.astrapi69', module='silly-collection', version='27')
)
Apache Ivy
<dependency org="io.github.astrapi69" name="silly-collection" rev="27" />
Leiningen
[io.github.astrapi69/silly-collection "27"]
Apache Buildr
'io.github.astrapi69:silly-collection:jar:27'