Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 613 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 613 Bytes

This repository contains the classes that support the usage of Restricted Signals First-Order Logic (RFOL)

This project is associated with a maven dependency that allows to use the patterns within your project.

To use it add this repository and dependency in your POM.xml

<repository>
	<id>RFOL-mvn-repo</id>
	<url>https://raw.github.com/claudiomenghi/RFOL/mvn-repo/</url>
	<snapshots>
		<enabled>true</enabled>
		<updatePolicy>always</updatePolicy>
	</snapshots>
</repository>

<dependency>
	<groupId>uni.lu</groupId>
	<artifactId>RFOL</artifactId>
	<version>0.0.1-SNAPSHOT</version>
</dependency>