Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

frascuchon/boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

153 Commits

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

Contributors

Languages

  • Java 100.0%

AltStyle によって変換されたページ (->オリジナル) /