Skip to content

bledo/bledo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation via Maven:


- Add repository:

	<repository>
	    <id>bledo</id>
	    <url>https://github.com/bledo/maven2/raw/master/snapshots</url>
	</repository>

- Add dependency:

	<dependency>
	    <groupId>co.bledo</groupId>
	    <artifactId>bledo</artifactId>
	    <version>1.0-SNAPSHOT</version>
	</dependency>