functional-reactive
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.svenruppert</groupId>
<artifactId>functional-reactive</artifactId>
<version>06.01.00</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright © 2013 Sven Ruppert (sven.ruppert@gmail.com)
Licensed under the EUPL, Version 1.2 (the "Licence");
you may not use this file except in compliance with the Licence.
You may obtain a copy of the Licence at:
https://joinup.ec.europa.eu/software/page/eupl
Unless required by applicable law or agreed to in writing, software
distributed under the Licence is distributed on an "AS IS" basis,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the Licence for the specific language governing permissions and
limitations under the Licence.
-->
<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>com.svenruppert</groupId>
<artifactId>dependencies</artifactId>
<version>06.01.00</version>
</parent>
<artifactId>functional-reactive</artifactId>
<name>SRU - Functional</name>
<properties>
</properties>
<dependencies>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>