Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

pustike/javax.inject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Inject API

This library is a fork of the JSR-330 specification.

Additionally, it has following changes:

  • Added module-info.java, so requires Java 9 or greater.
  • Fixed HTML 5 errors in javadocs

Documentation: Latest javadocs is available here.

Download

To add a dependency using Maven, use the following:

<dependency>
    <groupId>io.github.pustike</groupId>
    <artifactId>javax.inject</artifactId>
    <version>1.1.0</version>
</dependency>

To add a dependency using Gradle:

dependencies {
    compile 'io.github.pustike:javax.inject:1.1.0'
}

Or, download the latest JAR

License

This library is published under the Apache License, Version 2.0

Releases

No releases published

Packages

No packages published

Languages