com.headius:backport9

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Лицензия

Лицензия

Группа

Группа

com.headius
Идентификатор

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

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

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

1.12
Дата

Дата

Тип

Тип

jar
Описание

Описание

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Система контроля версий

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

https://github.com/headius/backport9

Скачать backport9

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

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1

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

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

Backport9

A collection of backports and utilities to support libraries and apps that want to use Java 9 features but still function on Java 8.

Modules

A light shim library that wraps Java 9 and previous reflection APIs to allow a uniform API into "module"-like behaviors on all recent JDKs.

Buffers

Binary-compatible calling shims for java.nio.Buffer and subclasses.

Stack

A look-alike wrapper around the Java 9 StackWalker API with Java 8 support.

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

Версия
1.12
1.11
1.10
1.9
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0