Project icon

com.io7m.coffeepick

Build status Maven Central Codacy Codecov

The coffeepick package provides an API and interactive shell for downloading and installing Java runtimes.

Contents

Features

  • Clean Java API for searching for and downloading Java runtimes
  • Command-line shell for interacting with the API
  • Fetch JDKs from jdk.java.net
  • Fetch JDKs from AdoptOpenJDK
  • Fetch JDKs from builds.shipilev.net
  • Service provider interface for adding new repositories
  • Strict, well-designed XSD schema for repository metadata
  • OSGi-ready
  • Large automated test suite
  • ISC license

Releases

The current release is 0.2.1.

Source code and binaries are available from the repository.

Documentation

Documentation for the 0.2.1 release is available for reading online.

Documentation for current and older releases is archived in the repository.

User documentation

JavaDoc

See the JavaDoc.

Maven

The following is a complete list of the project's modules expressed as Maven dependencies:

<dependency>
  <groupId>com.io7m.coffeepick</groupId>
  <artifactId>com.io7m.coffeepick</artifactId>
  <version>0.2.1</version>
</dependency>

<dependency>
  <groupId>com.io7m.coffeepick</groupId>
  <artifactId>com.io7m.coffeepick.client.api</artifactId>
  <version>0.2.1</version>
</dependency>

<dependency>
  <groupId>com.io7m.coffeepick</groupId>
  <artifactId>com.io7m.coffeepick.client.vanilla</artifactId>
  <version>0.2.1</version>
</dependency>

<dependency>
  <groupId>com.io7m.coffeepick</groupId>
  <artifactId>com.io7m.coffeepick.jdk_java_net</artifactId>
  <version>0.2.1</version>
</dependency>

<dependency>
  <groupId>com.io7m.coffeepick</groupId>
  <artifactId>com.io7m.coffeepick.repository.spi</artifactId>
  <version>0.2.1</version>
</dependency>

<dependency>
  <groupId>com.io7m.coffeepick</groupId>
  <artifactId>com.io7m.coffeepick.tests</artifactId>
  <version>0.2.1</version>
</dependency>

<dependency>
  <groupId>com.io7m.coffeepick</groupId>
  <artifactId>com.io7m.coffeepick.runtime</artifactId>
  <version>0.2.1</version>
</dependency>

<dependency>
  <groupId>com.io7m.coffeepick</groupId>
  <artifactId>com.io7m.coffeepick.shell</artifactId>
  <version>0.2.1</version>
</dependency>

<dependency>
  <groupId>com.io7m.coffeepick</groupId>
  <artifactId>com.io7m.coffeepick.runtime.parser.api</artifactId>
  <version>0.2.1</version>
</dependency>

<dependency>
  <groupId>com.io7m.coffeepick</groupId>
  <artifactId>com.io7m.coffeepick.runtime.parser.spi</artifactId>
  <version>0.2.1</version>
</dependency>

<dependency>
  <groupId>com.io7m.coffeepick</groupId>
  <artifactId>com.io7m.coffeepick.runtime.format.xml</artifactId>
  <version>0.2.1</version>
</dependency>

<dependency>
  <groupId>com.io7m.coffeepick</groupId>
  <artifactId>com.io7m.coffeepick.shipilev_net</artifactId>
  <version>0.2.1</version>
</dependency>

<dependency>
  <groupId>com.io7m.coffeepick</groupId>
  <artifactId>com.io7m.coffeepick.runtime.database</artifactId>
  <version>0.2.1</version>
</dependency>

<dependency>
  <groupId>com.io7m.coffeepick</groupId>
  <artifactId>com.io7m.coffeepick.adoptopenjdk_v3</artifactId>
  <version>0.2.1</version>
</dependency>

<dependency>
  <groupId>com.io7m.coffeepick</groupId>
  <artifactId>com.io7m.coffeepick.documentation</artifactId>
  <version>0.2.1</version>
</dependency>

Each release of the project is made available on Maven Central within ten minutes of the release announcement.

Changes

Subscribe to the releases atom feed.

No formal releases have been made.

Sources

This project uses Git to manage source code.

Repository: https://github.com/io7m/coffeepick

$ git clone https://github.com/io7m/coffeepick

License

Copyright © 2020 Mark Raynsford <code@io7m.com> http://io7m.com

Permission to use, copy, modify, and/or distribute this software for
any purpose with or without fee is hereby granted, provided that the
above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR
BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.

Bug Tracker

The project uses GitHub Issues to track issues.