Skip to content

Latest commit

 

History

History
executable file
·
33 lines (21 loc) · 541 Bytes

README.md

File metadata and controls

executable file
·
33 lines (21 loc) · 541 Bytes

lib-lazy

Provides generic envelope classes that support lazy initialization

Version 1

Requires

Java 8 or later

maven dependency

<dependency>
  <groupId>de.team33.libs</groupId>
  <artifactId>lib-lazy-01</artifactId>
  <version>1.1.0</version>
</dependency>

formerly

lib-provision

Requires

Java 8 or later

pom.xml

<dependency>
  <groupId>de.team33.libs</groupId>
  <artifactId>lib-provision</artifactId>
  <version>8.2.1</version>
</dependency>