MVN

sk.annotation.library.jam : jam-processor

Maven & Gradle

Oct 29, 2022
1 usages
1 stars
<dependency>
    <groupId>sk.annotation.library.jam</groupId>
    <artifactId>jam-processor</artifactId>
    <version>0.9.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of sk.annotation.library.jam : jam-processor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.18

All Versions

Choose a version of sk.annotation.library.jam : jam-processor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
jam-processor-0.9.18
jam-processor-0.9.18-jdk8
jam-processor-0.9.17
jam-processor-0.9.16
jam-processor-0.9.14
jam-processor-0.9.13
jam-processor-0.9.12
jam-processor-0.9.11
jam-processor-0.9.10
jam-processor-0.9.9
jam-processor-0.9.8
jam-processor-0.9.1

How to add a dependency to Maven

Add the following sk.annotation.library.jam : jam-processor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>sk.annotation.library.jam</groupId>
    <artifactId>jam-processor</artifactId>
    <version>0.9.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following sk.annotation.library.jam : jam-processor gradle dependency to your build.gradle file:

implementation 'sk.annotation.library.jam:jam-processor:0.9.18'

Gradle Kotlin DSL: Add the following sk.annotation.library.jam : jam-processor gradle kotlin dependency to your build.gradle.kts file:

implementation("sk.annotation.library.jam:jam-processor:0.9.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following sk.annotation.library.jam : jam-processor sbt scala dependency to your build.sbt file:

libraryDependencies += "sk.annotation.library.jam" % "jam-processor" % "0.9.18"

Advertisement