Javanilla

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

License

License

GroupId

GroupId

com.github.alexisjehan
ArtifactId

ArtifactId

javanilla
Last Version

Last Version

1.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

Javanilla
A Java 10+ lightweight utility library to enhance the Java standard API.
Project URL

Project URL

https://github.com/AlexisJehan/Javanilla
Project Organization

Project Organization

Alexis Jehan
Source Code Management

Source Code Management

https://github.com/AlexisJehan/Javanilla

Download javanilla

How to add to project

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

Dependencies

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.2
org.assertj : assertj-core jar 3.22.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.7.0
1.6.0
1.5.0
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0