decision-leda
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>de.team33.patterns</groupId>
<artifactId>decision-leda</artifactId>
<version>1.26.0</version>
</dependency><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>1.26.0</version>
</parent>
<artifactId>decision-leda</artifactId>
<packaging>jar</packaging>
<name>Team33 Decision Library - Edition "leda"</name>
<description>Classes and utilities for implementing and handling decisions.</description>
</project>