Skip to content

librairy/boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Librairy-Boot

Codacy Badge Release Status Dev Status Coverage Status Doc

Librairy-Boot makes it easy to create librairy-powered applications and services with minimum fuss. It takes the Unified Data Model (UDM) view of librairy so that new and existing users can quickly get to the features they need.

You can use it to create both plugins and/or stand-alone applications that can be linked into the librairy ecosystem.

Import the maven library

First of all, you should include the following maven repository in your pom.xml:

<repositories>
    <repository>
        <id>librairy-mvn-repo</id>
        <url>https://raw.github.com/librairy/boot/mvn-repo/</url>
    </repository>
</repositories>

and then add the dependency:

<dependency>
    <groupId>org.librairy</groupId>
    <artifactId>boot</artifactId>
    <version>${latest.version}</version>
</dependency>

(or) Include directly the jar library

If you are not using Maven or simply prefer to directly add the jar library, download it from here

Get Started!

And that's all!!

About

It makes easy to use and to extend this system.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages