| License |
License |
|---|---|
| GroupId | GroupIdcom.googlecode.lightity |
| ArtifactId | ArtifactIdlightity |
| Last Version | Last Version0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLightity
Light, simple entity for Java
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| lightity-0.5.pom | |
| lightity-0.5.jar | 28 KB |
| lightity-0.5-sources.jar | 14 KB |
| lightity-0.5-javadoc.jar | 99 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.lightity/lightity/ -->
<dependency>
<groupId>com.googlecode.lightity</groupId>
<artifactId>lightity</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.lightity/lightity/
implementation 'com.googlecode.lightity:lightity:0.5'
// https://jarcasting.com/artifacts/com.googlecode.lightity/lightity/
implementation ("com.googlecode.lightity:lightity:0.5")
'com.googlecode.lightity:lightity:jar:0.5'
<dependency org="com.googlecode.lightity" name="lightity" rev="0.5">
<artifact name="lightity" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.lightity', module='lightity', version='0.5')
)
libraryDependencies += "com.googlecode.lightity" % "lightity" % "0.5"
[com.googlecode.lightity/lightity "0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 Optional | jar | 1.3.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit-dep | jar | 4.8.2 |
| org.hamcrest : hamcrest-library | jar | 1.3.RC2 |