is not current version
Last Version 1.7.0

com.github.alexisjehan:javanilla 1.3.1

A Java 10 lightweight utility library to enhance the Java standard API.

GroupId

GroupId

com.github.alexisjehan
ArtifactId

ArtifactId

javanilla
Version

Version

1.3.1
Type

Type

jar

Download javanilla 1.3.1


<!-- https://jarcasting.com/artifacts/com.github.alexisjehan/javanilla/ -->
<dependency>
    <groupId>com.github.alexisjehan</groupId>
    <artifactId>javanilla</artifactId>
    <version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alexisjehan/javanilla/
implementation 'com.github.alexisjehan:javanilla:1.3.1'
// https://jarcasting.com/artifacts/com.github.alexisjehan/javanilla/
implementation ("com.github.alexisjehan:javanilla:1.3.1")
'com.github.alexisjehan:javanilla:jar:1.3.1'
<dependency org="com.github.alexisjehan" name="javanilla" rev="1.3.1">
  <artifact name="javanilla" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alexisjehan', module='javanilla', version='1.3.1')
)
libraryDependencies += "com.github.alexisjehan" % "javanilla" % "1.3.1"
[com.github.alexisjehan/javanilla "1.3.1"]