MVN

org.realityforge.sting : sting-processor

Maven & Gradle

Dec 28, 2021
8 stars

The Annotation processor · The Annotation processor

<dependency>
    <groupId>org.realityforge.sting</groupId>
    <artifactId>sting-processor</artifactId>
    <version>0.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.realityforge.sting : sting-processor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.24

All Versions

Choose a version of org.realityforge.sting : sting-processor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.24
sting-processor-0.24
0.23
sting-processor-0.23
0.22
sting-processor-0.22
0.21
sting-processor-0.21
0.20
sting-processor-0.20
0.19
sting-processor-0.19
0.18
sting-processor-0.18
0.17
sting-processor-0.17
0.16
sting-processor-0.16
0.15
sting-processor-0.15
0.14
sting-processor-0.14
0.13
sting-processor-0.13
0.12
sting-processor-0.12
0.11
sting-processor-0.11
0.10
sting-processor-0.10
0.09
sting-processor-0.09
0.08
sting-processor-0.08
0.07
sting-processor-0.07
0.06
sting-processor-0.06
0.05
sting-processor-0.05
0.04
sting-processor-0.04
0.03
sting-processor-0.03
0.02
sting-processor-0.02
0.01
sting-processor-0.01

How to add a dependency to Maven

Add the following org.realityforge.sting : sting-processor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.realityforge.sting</groupId>
    <artifactId>sting-processor</artifactId>
    <version>0.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.realityforge.sting : sting-processor gradle dependency to your build.gradle file:

implementation 'org.realityforge.sting:sting-processor:0.24'

Gradle Kotlin DSL: Add the following org.realityforge.sting : sting-processor gradle kotlin dependency to your build.gradle.kts file:

implementation("org.realityforge.sting:sting-processor:0.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.realityforge.sting : sting-processor sbt scala dependency to your build.sbt file:

libraryDependencies += "org.realityforge.sting" % "sting-processor" % "0.24"

Advertisement