is not current version
Last Version 0.5

com.googlecode.lightity:lightity 0.4

Light, simple entity for Java

GroupId

GroupId

com.googlecode.lightity
ArtifactId

ArtifactId

lightity
Version

Version

0.4
Type

Type

jar

Download lightity 0.4


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