j

javanilla

A Java 10+ lightweight utility library to enhance the Java standard API.
https://github.com/alexisjehan/javanilla
MIT License
Alexis Jehan
Alexis Jehan
Files download
File Operation
javanilla-1.5.0.jar download
javanilla-1.5.0.pom download
javanilla-1.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.alexisjehan</groupId>
  <artifactId>javanilla</artifactId>
  <version>1.5.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.alexisjehan:javanilla:1.5.0'
Gradle Kotlin
implementation("com.github.alexisjehan:javanilla:1.5.0")
Scala SBT
libraryDependencies += "com.github.alexisjehan" % "javanilla" % "1.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.alexisjehan', module='javanilla', version='1.5.0')
)
Apache Ivy
<dependency org="com.github.alexisjehan" name="javanilla" rev="1.5.0" />
Leiningen
[com.github.alexisjehan/javanilla "1.5.0"]
Apache Buildr
'com.github.alexisjehan:javanilla:jar:1.5.0'