is not current version
Last Version 1.1

me.lachlanap.lct:lct 1.0

Live Constant Tweaker provides a GUI to tweak public static constants on the fly.

GroupId

GroupId

me.lachlanap.lct
ArtifactId

ArtifactId

lct
Version

Version

1.0
Type

Type

jar

Download lct 1.0


<!-- https://jarcasting.com/artifacts/me.lachlanap.lct/lct/ -->
<dependency>
    <groupId>me.lachlanap.lct</groupId>
    <artifactId>lct</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.lachlanap.lct/lct/
implementation 'me.lachlanap.lct:lct:1.0'
// https://jarcasting.com/artifacts/me.lachlanap.lct/lct/
implementation ("me.lachlanap.lct:lct:1.0")
'me.lachlanap.lct:lct:jar:1.0'
<dependency org="me.lachlanap.lct" name="lct" rev="1.0">
  <artifact name="lct" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.lachlanap.lct', module='lct', version='1.0')
)
libraryDependencies += "me.lachlanap.lct" % "lct" % "1.0"
[me.lachlanap.lct/lct "1.0"]