acciente / oacc-core

OACC (Object ACcess Control) is an advanced Java Application Security Framework
http://oaccframework.org/
Apache License 2.0
107 stars 23 forks source link

OACC on Maven Central #24

Closed mallim closed 8 years ago

mallim commented 8 years ago

Hi

I noticed a thread discussing on OACC on Maven Central (https://groups.google.com/forum/#!topic/oacc-users/8nL6JeC8Xc0)

Just to create this issue to take note of the status.

Regards Ian Lim

adinath-raveendraraj commented 8 years ago

OACC has now been setup to push to the Central Repository. The latest release v2.0.0-rc.6 is available at the following coordinates:

<dependency>
  <groupId>com.acciente.oacc</groupId>
  <artifactId>acciente-oacc</artifactId>
  <version>2.0.0-rc.6</version>
</dependency>