License |
License |
---|---|
GroupId | GroupIdcom.github.alexisjehan |
ArtifactId | ArtifactIdjavanilla |
Last Version | Last Version1.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJavanilla
A Java 10+ lightweight utility library to enhance the Java standard API.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
javanilla-1.7.0.pom | |
javanilla-1.7.0.jar | 256 KB |
javanilla-1.7.0-test-sources.jar | 173 KB |
javanilla-1.7.0-sources.jar | 250 KB |
javanilla-1.7.0-javadoc.jar | 1 MB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
org.assertj : assertj-core | jar | 3.22.0 |