is not current version
Last Version 1.0.3

io.github.ranchordo:lepton 1.0.2

A low-level graphics and utility framework designed to make graphics and game development easier.

GroupId

GroupId

io.github.ranchordo
ArtifactId

ArtifactId

lepton
Version

Version

1.0.2
Type

Type

jar

Download lepton 1.0.2


<!-- 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"]