| License |
License |
|---|---|
| GroupId | GroupIdde.team33.libs |
| ArtifactId | ArtifactIdlib-lazy-01 |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTeam33 Lazy Initialization Library
Provides generic envelope classes that support lazy initialization
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| lib-lazy-01-1.1.0.pom | |
| lib-lazy-01-1.1.0.jar | 6 KB |
| lib-lazy-01-1.1.0-sources.jar | 4 KB |
| lib-lazy-01-1.1.0-javadoc.jar | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.team33.libs/lib-lazy-01/ -->
<dependency>
<groupId>de.team33.libs</groupId>
<artifactId>lib-lazy-01</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.team33.libs/lib-lazy-01/
implementation 'de.team33.libs:lib-lazy-01:1.1.0'
// https://jarcasting.com/artifacts/de.team33.libs/lib-lazy-01/
implementation ("de.team33.libs:lib-lazy-01:1.1.0")
'de.team33.libs:lib-lazy-01:jar:1.1.0'
<dependency org="de.team33.libs" name="lib-lazy-01" rev="1.1.0">
<artifact name="lib-lazy-01" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.team33.libs', module='lib-lazy-01', version='1.1.0')
)
libraryDependencies += "de.team33.libs" % "lib-lazy-01" % "1.1.0"
[de.team33.libs/lib-lazy-01 "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| de.team33.libs : lib-exceptional-04 | jar | 4.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| de.team33.libs : lib-testing-01 | jar | 1.0.0 |
| junit : junit | jar | [4.13,5.0) |