https://github.com/expath/expath-pkg-java
EXPath Packaging - Java reference implementations
https://github.com/expath/expath-pkg-java
expath packaging pkg
Last synced: 24 days ago
JSON representation
EXPath Packaging - Java reference implementations
- Host: GitHub
- URL: https://github.com/expath/expath-pkg-java
- Owner: expath
- License: other
- Created: 2019-05-02T19:05:21.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T17:43:26.000Z (over 1 year ago)
- Last Synced: 2025-07-10T02:52:24.041Z (7 months ago)
- Topics: expath, packaging, pkg
- Language: Java
- Homepage:
- Size: 61.8 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/expath/expath-pkg-java/actions/workflows/ci.yml)
[](https://search.maven.org/search?q=g:%22org.expath.packaging%22%20AND%20a:%22pkg%22)
[](https://opensource.org/licenses/MPL-1.0)
# EXPath Packaging for Java
**NOTE:** This is the new place for [fgeorges/expath-pkg-java](https://github.com/fgeorges/expath-pkg-java).
Implementation of the EXPath [Packaging System](http://expath.org/modules/pkg/) for Java.
## Installation
* Requires:
* Apache Maven 3+
* Java JDK 8+
```
$ mvn clean package
```
Compiled artifacts are in the relevant `target/` folders.