value-sinope
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>de.team33.patterns</groupId>
<artifactId>value-sinope</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>value-sinope</artifactId>
<name>Team33 Value Library - Edition "sinope"</name>
<description>Provides support for types with value semantics.</description>
</project>