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