MVN

se.jguru.shared.restful.spi.jaxrs : jguru-shared-restful-spi-jaxrs

Maven & Gradle

Jun 26, 2023
0 stars

jguru-shared-restful-spi-jaxrs · jGuru Shared: Restful JaxRS SPI (${project.packaging}, version 2.1.0)

<dependency>
    <groupId>se.jguru.shared.restful.spi.jaxrs</groupId>
    <artifactId>jguru-shared-restful-spi-jaxrs</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.jguru.shared.restful.spi.jaxrs : jguru-shared-restful-spi-jaxrs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of se.jguru.shared.restful.spi.jaxrs : jguru-shared-restful-spi-jaxrs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
jguru-shared-restful-spi-jaxrs-2.1.0
2.0.x
jguru-shared-restful-spi-jaxrs-2.0.0
1.2.x
jguru-shared-restful-spi-jaxrs-1.2.0
1.1.x
jguru-shared-restful-spi-jaxrs-1.1.0
1.0.x
jguru-shared-restful-spi-jaxrs-1.0.0
0.15.x
jguru-shared-restful-spi-jaxrs-0.15.0
0.14.x
jguru-shared-restful-spi-jaxrs-0.14.0
0.13.x
jguru-shared-restful-spi-jaxrs-0.13.0
0.12.x
jguru-shared-restful-spi-jaxrs-0.12.0
0.11.x
jguru-shared-restful-spi-jaxrs-0.11.0
0.10.x
jguru-shared-restful-spi-jaxrs-0.10.3
jguru-shared-restful-spi-jaxrs-0.10.2
jguru-shared-restful-spi-jaxrs-0.10.1
jguru-shared-restful-spi-jaxrs-0.10.0
0.9.x
jguru-shared-restful-spi-jaxrs-0.9.12
jguru-shared-restful-spi-jaxrs-0.9.11
jguru-shared-restful-spi-jaxrs-0.9.10
jguru-shared-restful-spi-jaxrs-0.9.9
jguru-shared-restful-spi-jaxrs-0.9.8
jguru-shared-restful-spi-jaxrs-0.9.7

How to add a dependency to Maven

Add the following se.jguru.shared.restful.spi.jaxrs : jguru-shared-restful-spi-jaxrs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.jguru.shared.restful.spi.jaxrs</groupId>
    <artifactId>jguru-shared-restful-spi-jaxrs</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.jguru.shared.restful.spi.jaxrs : jguru-shared-restful-spi-jaxrs gradle dependency to your build.gradle file:

implementation 'se.jguru.shared.restful.spi.jaxrs:jguru-shared-restful-spi-jaxrs:2.1.0'

Gradle Kotlin DSL: Add the following se.jguru.shared.restful.spi.jaxrs : jguru-shared-restful-spi-jaxrs gradle kotlin dependency to your build.gradle.kts file:

implementation("se.jguru.shared.restful.spi.jaxrs:jguru-shared-restful-spi-jaxrs:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.jguru.shared.restful.spi.jaxrs : jguru-shared-restful-spi-jaxrs sbt scala dependency to your build.sbt file:

libraryDependencies += "se.jguru.shared.restful.spi.jaxrs" % "jguru-shared-restful-spi-jaxrs" % "2.1.0"

Advertisement