MVN

io.github.sristi : skpm-annotation-processing

Maven & Gradle

Apr 26, 2020
0 stars

skpm-annotation-processing · A custom annotation processor library for JSF ViewScoped beans to be published on Maven Central

<dependency>
    <groupId>io.github.sristi</groupId>
    <artifactId>skpm-annotation-processing</artifactId>
    <version>7.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.sristi : skpm-annotation-processing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.0

All Versions

Choose a version of io.github.sristi : skpm-annotation-processing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
skpm-annotation-processing-7.0.0
6.0.x
skpm-annotation-processing-6.0.0
5.0.x
skpm-annotation-processing-5.0.0
4.0.x
skpm-annotation-processing-4.0.0
3.0.x
skpm-annotation-processing-3.0.0
2.0.x
skpm-annotation-processing-2.0.0
1.0.x
skpm-annotation-processing-1.0.0

How to add a dependency to Maven

Add the following io.github.sristi : skpm-annotation-processing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.sristi</groupId>
    <artifactId>skpm-annotation-processing</artifactId>
    <version>7.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.sristi : skpm-annotation-processing gradle dependency to your build.gradle file:

implementation 'io.github.sristi:skpm-annotation-processing:7.0.0'

Gradle Kotlin DSL: Add the following io.github.sristi : skpm-annotation-processing gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.sristi:skpm-annotation-processing:7.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.sristi : skpm-annotation-processing sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.sristi" % "skpm-annotation-processing" % "7.0.0"