com.headius:modulator

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

License

License

GroupId

GroupId

com.headius
ArtifactId

ArtifactId

modulator
Last Version

Last Version

1.2
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/modulator

Download modulator

How to add to project

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

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.

This project is no longer maintained, having been merged into the backport9 library at https://github.com/headius/backport9.

Modulator

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.

Versions

Version
1.2
1.1
1.0