| Categories |
CategoriesNinja User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdninja.eivind |
| ArtifactId | ArtifactIdlenient |
| Version | Version1.0.0.RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| lenient-1.0.0.RELEASE.pom | |
| lenient-1.0.0.RELEASE.jar | 5 KB |
| lenient-1.0.0.RELEASE-sources.jar | 2 KB |
| lenient-1.0.0.RELEASE-javadoc.jar | 44 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ninja.eivind/lenient/ -->
<dependency>
<groupId>ninja.eivind</groupId>
<artifactId>lenient</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/ninja.eivind/lenient/
implementation 'ninja.eivind:lenient:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/ninja.eivind/lenient/
implementation ("ninja.eivind:lenient:1.0.0.RELEASE")
'ninja.eivind:lenient:jar:1.0.0.RELEASE'
<dependency org="ninja.eivind" name="lenient" rev="1.0.0.RELEASE">
<artifact name="lenient" type="jar" />
</dependency>
@Grapes(
@Grab(group='ninja.eivind', module='lenient', version='1.0.0.RELEASE')
)
libraryDependencies += "ninja.eivind" % "lenient" % "1.0.0.RELEASE"
[ninja.eivind/lenient "1.0.0.RELEASE"]