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 Updated
  • sting-processor-0.24

    Dec 28, 2021
  • sting-processor-0.23

    Dec 16, 2021
  • sting-processor-0.22

    Nov 26, 2021
  • sting-processor-0.21

    Nov 10, 2021
  • sting-processor-0.20

    Jul 26, 2021
  • sting-processor-0.19

    Apr 22, 2021
  • sting-processor-0.18

    Apr 09, 2021
  • sting-processor-0.17

    Mar 24, 2021
  • sting-processor-0.16

    Jun 07, 2020
  • sting-processor-0.15

    Apr 23, 2020
  • sting-processor-0.14

    Apr 06, 2020
  • sting-processor-0.13

    Mar 30, 2020
  • sting-processor-0.12

    Mar 30, 2020
  • sting-processor-0.11

    Mar 25, 2020
  • sting-processor-0.10

    Mar 24, 2020
  • sting-processor-0.09

    Mar 19, 2020
  • sting-processor-0.08

    Mar 13, 2020
  • sting-processor-0.07

    Mar 11, 2020
  • sting-processor-0.06

    Mar 05, 2020
  • sting-processor-0.05

    Feb 27, 2020
  • sting-processor-0.04

    Feb 19, 2020
  • sting-processor-0.03

    Feb 18, 2020
  • sting-processor-0.02

    Feb 17, 2020
  • sting-processor-0.01

    Feb 13, 2020

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"