MVN

io.github.fern-api : jersey-utils

Maven & Gradle

Aug 27, 2023
<dependency>
    <groupId>io.github.fern-api</groupId>
    <artifactId>jersey-utils</artifactId>
    <version>0.4.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.fern-api : jersey-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.9
  • Latest Release Candidate: 0.4.2-rc5

All Versions

Choose a version of io.github.fern-api : jersey-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
jersey-utils-0.4.9
jersey-utils-0.4.8
jersey-utils-0.4.7
jersey-utils-0.4.5
jersey-utils-0.4.4
jersey-utils-0.4.3
jersey-utils-0.4.2
jersey-utils-0.4.2-rc5
jersey-utils-0.4.2-rc4
jersey-utils-0.4.2-rc3
jersey-utils-0.4.2-rc2
jersey-utils-0.4.2-rc1
jersey-utils-0.4.2-rc0
jersey-utils-0.4.1-rc0
jersey-utils-0.4.0-rc0
0.3.x
jersey-utils-0.3.10-rc3
jersey-utils-0.3.10-rc2
jersey-utils-0.3.10-rc1
jersey-utils-0.3.10-rc0
jersey-utils-0.3.9-rc0
jersey-utils-0.3.8-rc6
jersey-utils-0.3.8-rc5
jersey-utils-0.3.8-rc4
jersey-utils-0.3.8-rc3
jersey-utils-0.3.8-rc2
jersey-utils-0.3.8-rc0
jersey-utils-0.3.7
jersey-utils-0.3.6
jersey-utils-0.3.5
jersey-utils-0.3.4
jersey-utils-0.3.3
jersey-utils-0.3.2
jersey-utils-0.3.1
jersey-utils-0.3.0
jersey-utils-0.3.0-rc1
jersey-utils-0.3.0-rc0
0.2.x
jersey-utils-0.2.1
jersey-utils-0.2.1-rc1
jersey-utils-0.2.1-rc0
jersey-utils-0.2.0
0.1.x
jersey-utils-0.1.1
jersey-utils-0.1.0
0.0.x
jersey-utils-0.0.134
jersey-utils-0.0.133
jersey-utils-0.0.132
jersey-utils-0.0.131
jersey-utils-0.0.130
jersey-utils-0.0.129
jersey-utils-0.0.128
jersey-utils-0.0.127
jersey-utils-0.0.126
jersey-utils-0.0.125
jersey-utils-0.0.124
jersey-utils-0.0.123
jersey-utils-0.0.122
jersey-utils-0.0.121
jersey-utils-0.0.120
jersey-utils-0.0.119
jersey-utils-0.0.118
jersey-utils-0.0.117
jersey-utils-0.0.116
jersey-utils-0.0.115
jersey-utils-0.0.114
jersey-utils-0.0.113
jersey-utils-0.0.111
jersey-utils-0.0.110
jersey-utils-0.0.109
jersey-utils-0.0.108
jersey-utils-0.0.107
jersey-utils-0.0.106
jersey-utils-0.0.105
jersey-utils-0.0.104
jersey-utils-0.0.103
jersey-utils-0.0.102
jersey-utils-0.0.101
jersey-utils-0.0.100
jersey-utils-0.0.99
jersey-utils-0.0.98
jersey-utils-0.0.97
jersey-utils-0.0.96
jersey-utils-0.0.95
jersey-utils-0.0.94
jersey-utils-0.0.93
jersey-utils-0.0.92
jersey-utils-0.0.91
jersey-utils-0.0.90
jersey-utils-0.0.89
jersey-utils-0.0.88
jersey-utils-0.0.83
jersey-utils-0.0.82
jersey-utils-0.0.81
jersey-utils-0.0.80
jersey-utils-0.0.79
jersey-utils-0.0.78
jersey-utils-0.0.77
jersey-utils-0.0.76
jersey-utils-0.0.75
jersey-utils-0.0.74
jersey-utils-0.0.73
jersey-utils-0.0.72
jersey-utils-0.0.71
jersey-utils-0.0.70
jersey-utils-0.0.69
jersey-utils-0.0.68
jersey-utils-0.0.67
jersey-utils-0.0.66
jersey-utils-0.0.65
jersey-utils-0.0.64
jersey-utils-0.0.63
jersey-utils-0.0.62
jersey-utils-0.0.61
jersey-utils-0.0.60
jersey-utils-0.0.59
jersey-utils-0.0.58
jersey-utils-0.0.57
jersey-utils-0.0.56
jersey-utils-0.0.55
jersey-utils-0.0.54
jersey-utils-0.0.53
jersey-utils-0.0.52
jersey-utils-0.0.51
jersey-utils-0.0.50
jersey-utils-0.0.49
jersey-utils-0.0.48
jersey-utils-0.0.47
jersey-utils-0.0.46.dirty
jersey-utils-0.0.46
jersey-utils-0.0.45-1-g600f6fd.dirty

How to add a dependency to Maven

Add the following io.github.fern-api : jersey-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.fern-api</groupId>
    <artifactId>jersey-utils</artifactId>
    <version>0.4.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.fern-api : jersey-utils gradle dependency to your build.gradle file:

implementation 'io.github.fern-api:jersey-utils:0.4.9'

Gradle Kotlin DSL: Add the following io.github.fern-api : jersey-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.fern-api:jersey-utils:0.4.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.fern-api : jersey-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.fern-api" % "jersey-utils" % "0.4.9"