https://github.com/qbicsoftware/xml-manager-lib
Reading and writing of specific openBIS xml properties
https://github.com/qbicsoftware/xml-manager-lib
Last synced: 5 months ago
JSON representation
Reading and writing of specific openBIS xml properties
- Host: GitHub
- URL: https://github.com/qbicsoftware/xml-manager-lib
- Owner: qbicsoftware
- License: mit
- Created: 2018-04-26T13:43:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-04T14:06:01.000Z (over 4 years ago)
- Last Synced: 2024-04-16T03:51:53.266Z (about 2 years ago)
- Language: Java
- Size: 208 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# XML Manager Library
Library for reading and writing of specific openBIS xml properties
[](https://github.com/qbicsoftware/xml-manager-lib/actions/workflows/build_package.yml)
[](https://github.com/qbicsoftware/xml-manager-lib/actions/workflows/run_tests.yml)
[](https://github.com/qbicsoftware/xml-manager-lib/actions/workflows/codeql-analysis.yml)
[](https://github.com/qbicsoftware/xml-manager-lib/releases)
[](https://github.com/qbicsoftware/xml-manager-lib/blob/main/LICENSE)

## How to run
Compile the project with Maven and Java 8 and build an executable java archive:
```
mvn clean package
```
Java 8 MUST be used, as the package javax.xml.bin is deprecated/removed in future versions.
The JAR file will be created in the ``/target`` folder
## How to use
This library is not hosted on maven central. To use it, you have to include our artifact repository to your pom.
```xml
true
always
fail
false
nexus-releases
QBiC Releases
https://qbic-repo.qbic.uni-tuebingen.de/repository/maven-releases
```
Then include this library as an artifact.
```xml
life.qbic
xml-manager-lib
[version]
```