Skip to content

BITPlan/com.bitplan.simplerest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

com.bitplan.simplerest-api

API for Jersey 1.x based apps

Travis (.org) Maven Central

GitHub issues GitHub issues GitHub BITPlan

Documentation

Maven dependency

Maven dependency

<!-- API for Jersey 1.x based apps http://www.bitplan.com/SimpleRest -->
<dependency>
  <groupId>com.bitplan.rest</groupId>
  <artifactId>com.bitplan.simplerest-api</artifactId>
  <version>0.0.10</version>
</dependency>

Current release at repo1.maven.org

How to build

git clone https://github.com/BITPlan/com.bitplan.simplerest-api
cd com.bitplan.simplerest-api
mvn install

Version history

  • 0.0.1: 2016-06-18 First release via GitHub / Maven central
  • 0.0.2: 2016-06-19 adds Basic Authentication support via UserManager
  • 0.0.3: 2017-03-18 adds com.bitplan.datatypes package
  • 0.0.7: 2017-03-19 updates version to same as com.bitplan.simplerest
  • 0.0.8: 2017-03-25 adds Postable interface
  • 0.0.9: 2019-02-08 adds reinit function to manager
  • 0.0.10: 2021-12-19 bumps versions e.g. log4j