com.headius:backport9

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

License

License

GroupId

GroupId

com.headius
ArtifactId

ArtifactId

backport9
Last Version

Last Version

1.12
Release Date

Release Date

Type

Type

jar
Description

Description

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

Source Code Management

https://github.com/headius/backport9

Download backport9

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

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.

Versions

Version
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