| License |
License |
|---|---|
| GroupId | GroupIdme.lachlanap.lct |
| ArtifactId | ArtifactIdlct |
| Version | Version1.1 |
| Type | Typejar |
| Description |
DescriptionLive Constant Tweaker
Live Constant Tweaker provides a GUI to tweak public static constants on the fly.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| lct-1.1.pom | |
| lct-1.1.jar | 46 KB |
| lct-1.1-sources.jar | 22 KB |
| lct-1.1-javadoc.jar | 213 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.lachlanap.lct/lct/ -->
<dependency>
<groupId>me.lachlanap.lct</groupId>
<artifactId>lct</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.lachlanap.lct/lct/
implementation 'me.lachlanap.lct:lct:1.1'
// https://jarcasting.com/artifacts/me.lachlanap.lct/lct/
implementation ("me.lachlanap.lct:lct:1.1")
'me.lachlanap.lct:lct:jar:1.1'
<dependency org="me.lachlanap.lct" name="lct" rev="1.1">
<artifact name="lct" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.lachlanap.lct', module='lct', version='1.1')
)
libraryDependencies += "me.lachlanap.lct" % "lct" % "1.1"
[me.lachlanap.lct/lct "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.mockito : mockito-core | jar | 1.9.5 |