MVN

io.hosuaby : inject-resources-spring

Maven & Gradle

May 28, 2023
52 stars

@InjectResources Spring · @InjectResources Spring module

<dependency>
    <groupId>io.hosuaby</groupId>
    <artifactId>inject-resources-spring</artifactId>
    <version>0.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.hosuaby : inject-resources-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.3
  • Latest Alpha: 0.2.0-alpha

All Versions

Choose a version of io.hosuaby : inject-resources-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
inject-resources-spring-0.3.3
inject-resources-spring-0.3.2
inject-resources-spring-0.3.1
inject-resources-spring-0.3.0
0.2.x
inject-resources-spring-0.2.2
inject-resources-spring-0.2.1
inject-resources-spring-0.2.0
inject-resources-spring-0.2.0-alpha

How to add a dependency to Maven

Add the following io.hosuaby : inject-resources-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.hosuaby</groupId>
    <artifactId>inject-resources-spring</artifactId>
    <version>0.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.hosuaby : inject-resources-spring gradle dependency to your build.gradle file:

implementation 'io.hosuaby:inject-resources-spring:0.3.3'

Gradle Kotlin DSL: Add the following io.hosuaby : inject-resources-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("io.hosuaby:inject-resources-spring:0.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.hosuaby : inject-resources-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "io.hosuaby" % "inject-resources-spring" % "0.3.3"

Advertisement