GroupId | GroupIdcom.github.mictaege |
---|---|
ArtifactId | ArtifactIdlenientfun |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
lenientfun-1.0.pom | |
lenientfun-1.0.jar | 34 KB |
lenientfun-1.0-sources.jar | 19 KB |
lenientfun-1.0-javadoc.jar | 124 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mictaege/lenientfun/ -->
<dependency>
<groupId>com.github.mictaege</groupId>
<artifactId>lenientfun</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mictaege/lenientfun/
implementation 'com.github.mictaege:lenientfun:1.0'
// https://jarcasting.com/artifacts/com.github.mictaege/lenientfun/
implementation ("com.github.mictaege:lenientfun:1.0")
'com.github.mictaege:lenientfun:jar:1.0'
<dependency org="com.github.mictaege" name="lenientfun" rev="1.0">
<artifact name="lenientfun" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mictaege', module='lenientfun', version='1.0')
)
libraryDependencies += "com.github.mictaege" % "lenientfun" % "1.0"
[com.github.mictaege/lenientfun "1.0"]