MVN

net.derquinse.bocas : bocas-jersey

Maven & Gradle

Jul 29, 2015
3 usages
2 stars

Derquinse Bocas :: Jersey Common Module · Common classes for the Jersey client and server modules

<dependency>
    <groupId>net.derquinse.bocas</groupId>
    <artifactId>bocas-jersey</artifactId>
    <version>1.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.derquinse.bocas : bocas-jersey to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.5

All Versions

Choose a version of net.derquinse.bocas : bocas-jersey to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
bocas-jersey-1.2.5
bocas-jersey-1.2.4
bocas-jersey-1.2.3
bocas-jersey-1.2.2
bocas-jersey-1.2.1
bocas-jersey-1.2.0
1.1.x
bocas-jersey-1.1.9
bocas-jersey-1.1.8
bocas-jersey-1.1.7
bocas-jersey-1.1.6
bocas-jersey-1.1.5
bocas-jersey-1.1.4
bocas-jersey-1.1.3
bocas-jersey-1.1.2
bocas-jersey-1.1.1
bocas-jersey-1.1.0
1.0.x
bocas-jersey-1.0.5
bocas-jersey-1.0.4
bocas-jersey-1.0.3
bocas-jersey-1.0.2
bocas-jersey-1.0.1
bocas-jersey-1.0.0
0.0.x
bocas-jersey-0.0.3
bocas-jersey-0.0.2
bocas-jersey-0.0.1

How to add a dependency to Maven

Add the following net.derquinse.bocas : bocas-jersey maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.derquinse.bocas</groupId>
    <artifactId>bocas-jersey</artifactId>
    <version>1.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.derquinse.bocas : bocas-jersey gradle dependency to your build.gradle file:

implementation 'net.derquinse.bocas:bocas-jersey:1.2.5'

Gradle Kotlin DSL: Add the following net.derquinse.bocas : bocas-jersey gradle kotlin dependency to your build.gradle.kts file:

implementation("net.derquinse.bocas:bocas-jersey:1.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.derquinse.bocas : bocas-jersey sbt scala dependency to your build.sbt file:

libraryDependencies += "net.derquinse.bocas" % "bocas-jersey" % "1.2.5"

Advertisement