lazy-janus
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>de.team33.patterns</groupId>
<artifactId>lazy-janus</artifactId>
<version>2.9.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.team33.patterns</groupId>
<artifactId>patterns-lib</artifactId>
<version>2.9.0</version>
</parent>
<artifactId>lazy-janus</artifactId>
<name>Team33 Lazy Initialization Library - Edition "janus"</name>
<description>Provides generic envelope classes that support lazy initialization</description>
<dependencies>
<!-- testing -->
<dependency>
<groupId>de.team33.testing</groupId>
<artifactId>async-thebe</artifactId>
</dependency>
<dependency>
<groupId>de.team33.testing</groupId>
<artifactId>bridging-styx</artifactId>
</dependency>
</dependencies>
</project>