MVN

org.rapla : restinject

Maven & Gradle

May 18, 2023
3 stars

restinject · Provides abstraction for dependency injection JSR 330. Also supports generated json rest services that work on java clients.

<dependency>
    <groupId>org.rapla</groupId>
    <artifactId>restinject</artifactId>
    <version>2.0-RC9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.rapla : restinject to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0-RC9
  • Latest Release Candidate: 2.0-RC9
  • Latest Beta: 1.0-beta1
  • Latest Alpha: 1.0-alpha9

All Versions

Choose a version of org.rapla : restinject to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
restinject-2.0-RC9
restinject-2.0-RC7
restinject-2.0-RC3
restinject-2.0-RC1
restinject-2.0-RC2
1.0
restinject-1.0-RC4
restinject-1.0-RC2
restinject-1.0-beta1
restinject-1.0-alpha9
restinject-1.0-alpha8
restinject-1.0-alpha6
restinject-1.0-alpha5
restinject-1.0-alpha4
restinject-1.0-alpha3
restinject-1.0-alpha2
restinject-1.0-alpha1
restinject-1.0-RC3

How to add a dependency to Maven

Add the following org.rapla : restinject maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.rapla</groupId>
    <artifactId>restinject</artifactId>
    <version>2.0-RC9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.rapla : restinject gradle dependency to your build.gradle file:

implementation 'org.rapla:restinject:2.0-RC9'

Gradle Kotlin DSL: Add the following org.rapla : restinject gradle kotlin dependency to your build.gradle.kts file:

implementation("org.rapla:restinject:2.0-RC9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.rapla : restinject sbt scala dependency to your build.sbt file:

libraryDependencies += "org.rapla" % "restinject" % "2.0-RC9"