Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 509 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 509 Bytes

adito-plugin-spi

Build Status

contains the service provider interfaces which are necessary to create plugins for adito server and adito client

The plugin spi is available at Maven Central. Just add this snippet to your pom.xml:

<dependency>
  <groupId>de.adito.aditoweb</groupId>
  <artifactId>plugin-spi</artifactId>
  <version>1.0.0</version>
</dependency>