| GroupId | GroupIdio.github.ranchordo |
|---|---|
| ArtifactId | ArtifactIdlepton |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| lepton-1.0.2.pom | |
| lepton-1.0.2.jar | 5 MB |
| lepton-1.0.2-sources.jar | 649 KB |
| lepton-1.0.2-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.ranchordo/lepton/ -->
<dependency>
<groupId>io.github.ranchordo</groupId>
<artifactId>lepton</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ranchordo/lepton/
implementation 'io.github.ranchordo:lepton:1.0.2'
// https://jarcasting.com/artifacts/io.github.ranchordo/lepton/
implementation ("io.github.ranchordo:lepton:1.0.2")
'io.github.ranchordo:lepton:jar:1.0.2'
<dependency org="io.github.ranchordo" name="lepton" rev="1.0.2">
<artifact name="lepton" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ranchordo', module='lepton', version='1.0.2')
)
libraryDependencies += "io.github.ranchordo" % "lepton" % "1.0.2"
[io.github.ranchordo/lepton "1.0.2"]