MVN

org.glassfish.jersey.examples : groovy

Maven & Gradle

Jul 10, 2023
1 usages
649 stars

jersey-examples-groovy · Groovy Jersey

<dependency>
    <groupId>org.glassfish.jersey.examples</groupId>
    <artifactId>groovy</artifactId>
    <version>3.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glassfish.jersey.examples : groovy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.11
  • Latest Release Candidate: 3.0.0-RC2

All Versions

Choose a version of org.glassfish.jersey.examples : groovy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
groovy-3.1.2
groovy-3.1.1
groovy-3.1.0
groovy-3.1.0-M8
groovy-3.1.0-M7
groovy-3.1.0-M3
groovy-3.1.0-M2
groovy-3.1.0-M1
3.0.x
groovy-3.0.11
groovy-3.0.10
groovy-3.0.9
groovy-3.0.8
groovy-3.0.7
groovy-3.0.6
groovy-3.0.5
groovy-3.0.4
groovy-3.0.3
groovy-3.0.2
groovy-3.0.1
groovy-3.0.0
groovy-3.0.0-RC2
groovy-3.0.0-M6
groovy-3.0.0-M1
2.40
groovy-2.40
2.39.x
groovy-2.39.1
2.39
groovy-2.39
2.38
groovy-2.38
2.37
groovy-2.37
2.36
groovy-2.36
2.35
groovy-2.35
2.34
groovy-2.34
2.33
groovy-2.33
2.32
groovy-2.32
2.31
groovy-2.31
2.30.x
groovy-2.30.1
2.30
groovy-2.30
2.29.x
groovy-2.29.1
2.29
groovy-2.29
2.28
groovy-2.28
groovy-2.28-RC4
2.27
groovy-2.27
2.26
groovy-2.26
groovy-2.26-b09
groovy-2.26-b08
groovy-2.26-b07
groovy-2.26-b06
groovy-2.26-b05
groovy-2.26-b04
groovy-2.26-b03
groovy-2.26-b02
groovy-2.26-b01
2.25.x
groovy-2.25.1
2.25
groovy-2.25
2.24.x
groovy-2.24.1
2.24
groovy-2.24
2.23.x
groovy-2.23.2
groovy-2.23.1
2.23
groovy-2.23
2.22.x
groovy-2.22.4
groovy-2.22.3
groovy-2.22.2
groovy-2.22.1
2.22
groovy-2.22
2.21.x
groovy-2.21.1
2.21
groovy-2.21
2.20
groovy-2.20
2.19
groovy-2.19
2.18
groovy-2.18
2.17
groovy-2.17
2.16
groovy-2.16
2.15
groovy-2.15
2.14
groovy-2.14
2.13
groovy-2.13
2.12
groovy-2.12
2.11
groovy-2.11
2.10.x
groovy-2.10.4
groovy-2.10.3
groovy-2.10.2
groovy-2.10.1
2.10
groovy-2.10
2.9.x
groovy-2.9.1
2.9
groovy-2.9
2.8
groovy-2.8
2.7
groovy-2.7
2.6
groovy-2.6

How to add a dependency to Maven

Add the following org.glassfish.jersey.examples : groovy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.glassfish.jersey.examples</groupId>
    <artifactId>groovy</artifactId>
    <version>3.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glassfish.jersey.examples : groovy gradle dependency to your build.gradle file:

implementation 'org.glassfish.jersey.examples:groovy:3.0.11'

Gradle Kotlin DSL: Add the following org.glassfish.jersey.examples : groovy gradle kotlin dependency to your build.gradle.kts file:

implementation("org.glassfish.jersey.examples:groovy:3.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glassfish.jersey.examples : groovy sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glassfish.jersey.examples" % "groovy" % "3.0.11"

Advertisement