License |
License |
---|---|
Categories |
CategoriesNinja User Interface Web Frameworks |
GroupId | GroupIdninja.eivind |
ArtifactId | ArtifactIdlenient |
Last Version | Last Version1.0.1.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLenient Library
Library for Lenient comparisons in Java 8
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lenient-1.0.1.RELEASE.pom | |
lenient-1.0.1.RELEASE.jar | 5 KB |
lenient-1.0.1.RELEASE-sources.jar | 2 KB |
lenient-1.0.1.RELEASE-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ninja.eivind/lenient/ -->
<dependency>
<groupId>ninja.eivind</groupId>
<artifactId>lenient</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/ninja.eivind/lenient/
implementation 'ninja.eivind:lenient:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/ninja.eivind/lenient/
implementation ("ninja.eivind:lenient:1.0.1.RELEASE")
'ninja.eivind:lenient:jar:1.0.1.RELEASE'
<dependency org="ninja.eivind" name="lenient" rev="1.0.1.RELEASE">
<artifact name="lenient" type="jar" />
</dependency>
@Grapes(
@Grab(group='ninja.eivind', module='lenient', version='1.0.1.RELEASE')
)
libraryDependencies += "ninja.eivind" % "lenient" % "1.0.1.RELEASE"
[ninja.eivind/lenient "1.0.1.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |