| Категории |
КатегорииJersey Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаcom.github.kristofa |
| Идентификатор | Идентификаторbrave-jersey2 |
| Версия | Версия3.0.0-alpha-1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| brave-jersey2-3.0.0-alpha-1.pom | |
| brave-jersey2-3.0.0-alpha-1.jar | 2 KB |
| brave-jersey2-3.0.0-alpha-1-javadoc.jar | 336 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.kristofa/brave-jersey2/ -->
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-jersey2</artifactId>
<version>3.0.0-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kristofa/brave-jersey2/
implementation 'com.github.kristofa:brave-jersey2:3.0.0-alpha-1'
// https://jarcasting.com/artifacts/com.github.kristofa/brave-jersey2/
implementation ("com.github.kristofa:brave-jersey2:3.0.0-alpha-1")
'com.github.kristofa:brave-jersey2:jar:3.0.0-alpha-1'
<dependency org="com.github.kristofa" name="brave-jersey2" rev="3.0.0-alpha-1">
<artifact name="brave-jersey2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kristofa', module='brave-jersey2', version='3.0.0-alpha-1')
)
libraryDependencies += "com.github.kristofa" % "brave-jersey2" % "3.0.0-alpha-1"
[com.github.kristofa/brave-jersey2 "3.0.0-alpha-1"]