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.8.0.jar download
javanilla-1.8.0.pom download
javanilla-1.8.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.alexisjehan</groupId>
  <artifactId>javanilla</artifactId>
  <version>1.8.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.alexisjehan:javanilla:1.8.0'
Gradle Kotlin
implementation("com.github.alexisjehan:javanilla:1.8.0")
Scala SBT
libraryDependencies += "com.github.alexisjehan" % "javanilla" % "1.8.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.alexisjehan', module='javanilla', version='1.8.0')
)
Apache Ivy
<dependency org="com.github.alexisjehan" name="javanilla" rev="1.8.0" />
Leiningen
[com.github.alexisjehan/javanilla "1.8.0"]
Apache Buildr
'com.github.alexisjehan:javanilla:jar:1.8.0'