| License |
License
https://www.gnu.org/copyleft/lesser.html
|
|---|---|
| GroupId | GroupIdcom.namehillsoftware |
| ArtifactId | ArtifactIdlazy-j |
| Last Version | Last Version0.11.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionlazy-j
Embarassingly Simple Lazy Instantiation Library
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| lazy-j-0.11.0.pom | |
| lazy-j-0.11.0.jar | 2 KB |
| lazy-j-0.11.0-sources.jar | 2 KB |
| lazy-j-0.11.0-javadoc.jar | 66 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.namehillsoftware/lazy-j/ -->
<dependency>
<groupId>com.namehillsoftware</groupId>
<artifactId>lazy-j</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.namehillsoftware/lazy-j/
implementation 'com.namehillsoftware:lazy-j:0.11.0'
// https://jarcasting.com/artifacts/com.namehillsoftware/lazy-j/
implementation ("com.namehillsoftware:lazy-j:0.11.0")
'com.namehillsoftware:lazy-j:jar:0.11.0'
<dependency org="com.namehillsoftware" name="lazy-j" rev="0.11.0">
<artifact name="lazy-j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.namehillsoftware', module='lazy-j', version='0.11.0')
)
libraryDependencies += "com.namehillsoftware" % "lazy-j" % "0.11.0"
[com.namehillsoftware/lazy-j "0.11.0"]