MVN

org.carlspring : properties-injector

Maven & Gradle

Jan 26, 2018
3 stars

Properties Injector · An annotation based properties injector

<dependency>
    <groupId>org.carlspring</groupId>
    <artifactId>properties-injector</artifactId>
    <version>1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.carlspring : properties-injector to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8

All Versions

Choose a version of org.carlspring : properties-injector to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8
properties-injector-1.8
1.7
properties-injector-1.7
1.6
properties-injector-1.6
1.5
properties-injector-1.5
1.4
properties-injector-1.4
1.3
properties-injector-1.3
1.2
properties-injector-1.2
1.1
properties-injector-1.1
1.0
properties-injector-1.0

How to add a dependency to Maven

Add the following org.carlspring : properties-injector maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.carlspring</groupId>
    <artifactId>properties-injector</artifactId>
    <version>1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.carlspring : properties-injector gradle dependency to your build.gradle file:

implementation 'org.carlspring:properties-injector:1.8'

Gradle Kotlin DSL: Add the following org.carlspring : properties-injector gradle kotlin dependency to your build.gradle.kts file:

implementation("org.carlspring:properties-injector:1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.carlspring : properties-injector sbt scala dependency to your build.sbt file:

libraryDependencies += "org.carlspring" % "properties-injector" % "1.8"