MVN

io.jstach : jstachio-apt

Maven & Gradle

Aug 21, 2023
113 stars
<dependency>
    <groupId>io.jstach</groupId>
    <artifactId>jstachio-apt</artifactId>
    <version>1.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.jstach : jstachio-apt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.2

All Versions

Choose a version of io.jstach : jstachio-apt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
jstachio-apt-1.3.2
jstachio-apt-1.3.1
jstachio-apt-1.3.0
1.2.x
jstachio-apt-1.2.1
jstachio-apt-1.2.0
1.1.x
jstachio-apt-1.1.1
jstachio-apt-1.1.0
1.0.x
jstachio-apt-1.0.1
jstachio-apt-1.0.0
0.19.x
jstachio-apt-0.19.0
0.18.x
jstachio-apt-0.18.0
0.17.x
jstachio-apt-0.17.0
0.16.x
jstachio-apt-0.16.0
0.15.x
jstachio-apt-0.15.0
0.14.x
jstachio-apt-0.14.0
0.13.x
jstachio-apt-0.13.0
0.12.x
jstachio-apt-0.12.0
0.11.x
jstachio-apt-0.11.1
jstachio-apt-0.11.0
0.10.x
jstachio-apt-0.10.1
jstachio-apt-0.10.0
0.9.x
jstachio-apt-0.9.3
jstachio-apt-0.9.2
jstachio-apt-0.9.1
jstachio-apt-0.9.0
0.8.x
jstachio-apt-0.8.1
jstachio-apt-0.8.0
0.7.x
jstachio-apt-0.7.0
0.6.x
jstachio-apt-0.6.0

How to add a dependency to Maven

Add the following io.jstach : jstachio-apt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.jstach</groupId>
    <artifactId>jstachio-apt</artifactId>
    <version>1.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.jstach : jstachio-apt gradle dependency to your build.gradle file:

implementation 'io.jstach:jstachio-apt:1.3.2'

Gradle Kotlin DSL: Add the following io.jstach : jstachio-apt gradle kotlin dependency to your build.gradle.kts file:

implementation("io.jstach:jstachio-apt:1.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.jstach : jstachio-apt sbt scala dependency to your build.sbt file:

libraryDependencies += "io.jstach" % "jstachio-apt" % "1.3.2"

Advertisement