MVN

com.dorkbox : PropertyLoader

Maven & Gradle

Feb 03, 2023
6 usages

PropertyLoader · Property annotation and loader for fields

<dependency>
    <groupId>com.dorkbox</groupId>
    <artifactId>PropertyLoader</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dorkbox : PropertyLoader to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of com.dorkbox : PropertyLoader to add to Maven or Gradle - All Versions:

  • Version Updated
  • PropertyLoader-1.2

    Feb 03, 2023
  • PropertyLoader-1.1

    Jan 25, 2023
  • PropertyLoader-1.0

    Feb 07, 2021

How to add a dependency to Maven

Add the following com.dorkbox : PropertyLoader maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.dorkbox</groupId>
    <artifactId>PropertyLoader</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.dorkbox : PropertyLoader gradle dependency to your build.gradle file:

implementation 'com.dorkbox:PropertyLoader:1.2'

Gradle Kotlin DSL: Add the following com.dorkbox : PropertyLoader gradle kotlin dependency to your build.gradle.kts file:

implementation("com.dorkbox:PropertyLoader:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.dorkbox : PropertyLoader sbt scala dependency to your build.sbt file:

libraryDependencies += "com.dorkbox" % "PropertyLoader" % "1.2"