Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Latest commit

 

History

History
25 lines (20 loc) · 654 Bytes

File metadata and controls

25 lines (20 loc) · 654 Bytes

Junicoen Build Status

Requirements

How to Import

  1. Import > Maven > Existing Maven Projects

How to Use Junicoen in Your Maven Project

	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
	<dependency>
	    <groupId>com.github.UnicoenProject</groupId>
	    <artifactId>Junicoen</artifactId>
	    <version>v0.0.2</version>
	</dependency>