не последняя версия
Последняя версия 1.3.3

org.joeyb.undercarriage:jersey 1.1.1

null

Категории

Категории

Jersey Межпрограммное взаимодействие REST Frameworks
Группа

Группа

org.joeyb.undercarriage
Идентификатор

Идентификатор

jersey
Версия

Версия

1.1.1
Тип

Тип

jar

Скачать jersey 1.1.1


<!-- https://jarcasting.com/artifacts/org.joeyb.undercarriage/jersey/ -->
<dependency>
    <groupId>org.joeyb.undercarriage</groupId>
    <artifactId>jersey</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.joeyb.undercarriage/jersey/
implementation 'org.joeyb.undercarriage:jersey:1.1.1'
// https://jarcasting.com/artifacts/org.joeyb.undercarriage/jersey/
implementation ("org.joeyb.undercarriage:jersey:1.1.1")
'org.joeyb.undercarriage:jersey:jar:1.1.1'
<dependency org="org.joeyb.undercarriage" name="jersey" rev="1.1.1">
  <artifact name="jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joeyb.undercarriage', module='jersey', version='1.1.1')
)
libraryDependencies += "org.joeyb.undercarriage" % "jersey" % "1.1.1"
[org.joeyb.undercarriage/jersey "1.1.1"]