Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 307 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 307 Bytes

maven

This is the my maven repository for RεKiT

If you want to use maven or some similar tool add the following code to your pom:

<repositories>
	<repository>
		<id>maven-rekit</id>
		<url>https://raw.githubusercontent.com/rekit-group/maven/releases</url>
	</repository>
</repositories>