jvm-index


Лицензия

Лицензия

Категории

Категории

Dex Универсальные библиотеки Utility
Группа

Группа

io.get-coursier
Идентификатор

Идентификатор

jvm-index
Последняя версия

Последняя версия

0.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

jvm-index
jvm-index
Ссылка на сайт

Ссылка на сайт

https://github.com/coursier/jvm-index
Организация-разработчик

Организация-разработчик

io.get-coursier
Система контроля версий

Система контроля версий

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

Скачать jvm-index

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.0.3
0.0.2
0.0.1