jpplib
$ mvn clean package
Note that although the project is Java 8 compatible at runtime (and the compiled artifacts on Maven Central are Java 8 bytecode), we do not support building the project on anything less than JDK 21.
Releases & Development Snapshots
Releases
You can subscribe to the atom feed to be notified of project releases.
The most recently released version of the package is 1.0.0.
1.0.0 Release (2024-05-10Z)
- Update junit:4.12 → 4.13.1.
- Update org.slf4j:slf4j-api:2.0.10 → 2.0.13.
- Move to new organization.
The compiled artifacts for the release (and all previous releases) are available on Maven Central.
Maven Modules
<dependency> <group>com.io7m.jpplib</group> <artifactId>com.io7m.jpplib.core</artifactId> <version>1.0.0</version> </dependency><dependency> <group>com.io7m.jpplib</group> <artifactId>com.io7m.jpplib.demo</artifactId> <version>1.0.0</version> </dependency><dependency> <group>com.io7m.jpplib</group> <artifactId>com.io7m.jpplib.tests</artifactId> <version>1.0.0</version> </dependency>
Previous Releases
The changelogs for the most recent previous releases are as follows:
0.8.0 Release (2017-12-07Z)
- Use primogenitor, rename project to com.io7m.jpplib
- Require JDK 9 to build the code (but the result is still Java 8 bytecode)
- Add an Automatic-Module-Name manifest field for use in Java 9 projects
0.7.4 Release (2016-09-22Z)
- Add getDefaultIndentation() to Layout
0.7.3 Release (2016-09-01Z)
- Delegate to the correct super method in DataLayouter. (Tickets: 3)
0.7.2 Release (2016-08-05Z)
- Update POM plugins.
- The packaged jar is now an OSGi bundle.
Development Snapshots
At the time of writing, the current unstable development version of the package is 1.0.1-SNAPSHOT.
Development snapshots may be available in the Central Portal Snapshots repository. Snapshots are published to this repository every time the project is built by the project's continuous integration system, but snapshots do expire after around ninety days and so may or may not be available depending on when a build of the package was last triggered.
Manual
This project does not have any user manuals or other documentation beyond what might be present on the page above.
Sources
This project uses Git to manage source code.
Repository: https://www.github.com/io7m-com/jpplib
$ git clone --recursive https://www.github.com/io7m-com/jpplib
Issues
This project uses GitHub Issues to track issues.
License
Copyright (c) 2009, Martin Giese All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the author nor the names of his contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.