MVN

ca.qc.ircm : generate-property-names

Maven & Gradle

May 26, 2022
0 stars

generate-property-names · Creates a metadata class containing property names of annotated classes as public static fields.

<dependency>
    <groupId>ca.qc.ircm</groupId>
    <artifactId>generate-property-names</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ca.qc.ircm : generate-property-names to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of ca.qc.ircm : generate-property-names to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
generate-property-names-1.1
1.0
generate-property-names-1.0
0.5
generate-property-names-0.5

How to add a dependency to Maven

Add the following ca.qc.ircm : generate-property-names maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ca.qc.ircm</groupId>
    <artifactId>generate-property-names</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ca.qc.ircm : generate-property-names gradle dependency to your build.gradle file:

implementation 'ca.qc.ircm:generate-property-names:1.1'

Gradle Kotlin DSL: Add the following ca.qc.ircm : generate-property-names gradle kotlin dependency to your build.gradle.kts file:

implementation("ca.qc.ircm:generate-property-names:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ca.qc.ircm : generate-property-names sbt scala dependency to your build.sbt file:

libraryDependencies += "ca.qc.ircm" % "generate-property-names" % "1.1"

Advertisement