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

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

Awesome Lists containing this project

README

          

[![Build Status](https://github.com/expath/expath-pkg-java/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/expath/expath-pkg-java/actions/workflows/ci.yml)
[![Maven Central](https://img.shields.io/maven-central/v/org.expath.packaging/pkg.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22org.expath.packaging%22%20AND%20a:%22pkg%22)
[![License](https://img.shields.io/badge/license-MPL%201.0-blue.svg)](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.