j

jutils

A lightweight library that makes it easier to work with collections in java.
https://github.com/fluffydaddy/jutils
Apache License, Version 2.0
Victor Goreslavtsev
文件下载
文件名 操作
jutils-1.0.3.jar 下载
jutils-1.0.3.pom 下载
jutils-1.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.fluffydaddy</groupId>
  <artifactId>jutils</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.fluffydaddy:jutils:1.0.3'
Gradle Kotlin
implementation("io.github.fluffydaddy:jutils:1.0.3")
Scala SBT
libraryDependencies += "io.github.fluffydaddy" % "jutils" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.fluffydaddy', module='jutils', version='1.0.3')
)
Apache Ivy
<dependency org="io.github.fluffydaddy" name="jutils" rev="1.0.3" />
Leiningen
[io.github.fluffydaddy/jutils "1.0.3"]
Apache Buildr
'io.github.fluffydaddy:jutils:jar:1.0.3'
本项目依赖