An open API service indexing awesome lists of open source software.

https://github.com/hohonuuli/mbarix4j

Java extensions used with MBARI software applications
https://github.com/hohonuuli/mbarix4j

Last synced: 2 months ago
JSON representation

Java extensions used with MBARI software applications

Awesome Lists containing this project

README

        

mbarix4j
========

Java extensions used with MBARI software applications. This project hosts Java extensions and convenience classes used by MBARI projects. It's only external dependency is [SLF4J](http://www.slf4j.org/).

To include it in your maven project add the following to your pom.xml file:

```xml

mbari-maven-repository
MBARI Maven Repository
http://mbari-maven-repository.googlecode.com/svn/repository/

org.mbari
mbarix4j
1.9.2

```

[ ![Download](https://api.bintray.com/packages/hohonuuli/maven/mbarix4j/images/download.svg) ](https://bintray.com/hohonuuli/maven/mbarix4j/_latestVersion)

__NOTE__

To Release:

1. Validate: `mvn -P release clean install`
2. Go the the Bintray Web site and add a new version for the package.
3. Execute the release process as follows:
```
mvn release:prepare
mvn release:perform
```
4. Go to the Bintray Web site and publish the new version.