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
- Host: GitHub
- URL: https://github.com/hohonuuli/mbarix4j
- Owner: hohonuuli
- License: bsd-3-clause
- Created: 2013-09-27T15:59:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-07-02T17:13:15.000Z (12 months ago)
- Last Synced: 2025-03-27T03:35:16.337Z (3 months ago)
- Language: Java
- Size: 491 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```
[  ](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.