jvm-index


License

License

Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

io.get-coursier
ArtifactId

ArtifactId

jvm-index
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

jvm-index
jvm-index
Project URL

Project URL

https://github.com/coursier/jvm-index
Project Organization

Project Organization

io.get-coursier
Source Code Management

Source Code Management

https://github.com/coursier/jvm-index

Download jvm-index

How to add to project

<!-- https://jarcasting.com/artifacts/io.get-coursier/jvm-index/ -->
<dependency>
    <groupId>io.get-coursier</groupId>
    <artifactId>jvm-index</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.get-coursier/jvm-index/
implementation 'io.get-coursier:jvm-index:0.0.3'
// https://jarcasting.com/artifacts/io.get-coursier/jvm-index/
implementation ("io.get-coursier:jvm-index:0.0.3")
'io.get-coursier:jvm-index:jar:0.0.3'
<dependency org="io.get-coursier" name="jvm-index" rev="0.0.3">
  <artifact name="jvm-index" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.get-coursier', module='jvm-index', version='0.0.3')
)
libraryDependencies += "io.get-coursier" % "jvm-index" % "0.0.3"
[io.get-coursier/jvm-index "0.0.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Usage

Generate an index with

$ GH_TOKEN="****" ./generate-index.sh

Just ./generate-index.sh can work if GH_TOKEN is not set, but it usually gets rate-limited by the GitHub API.

By default, the index is written in index.json in the current directory. Pass --output custom.json to write to another file.

(Non) use by coursier

The index generated here could be used by the java and java-home commands of coursier, but it's not yet.

coursier currently relies on the index from the jabba project, which is regularly updated.

The index generated by the script here could either complement, or replace if needed, the index from jabba at some point.

About

Copyright (c) 2020, Alexandre Archambault

Licensed under the Apache version 2 license.

io.get-coursier

Versions

Version
0.0.3
0.0.2
0.0.1