| Категории |
КатегорииRESTEasy Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаcom.github.kristofa |
| Идентификатор | Идентификаторbrave-resteasy3-spring |
| Версия | Версия3.3.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.kristofa/brave-resteasy3-spring/ -->
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-resteasy3-spring</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kristofa/brave-resteasy3-spring/
implementation 'com.github.kristofa:brave-resteasy3-spring:3.3.0'
// https://jarcasting.com/artifacts/com.github.kristofa/brave-resteasy3-spring/
implementation ("com.github.kristofa:brave-resteasy3-spring:3.3.0")
'com.github.kristofa:brave-resteasy3-spring:jar:3.3.0'
<dependency org="com.github.kristofa" name="brave-resteasy3-spring" rev="3.3.0">
<artifact name="brave-resteasy3-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kristofa', module='brave-resteasy3-spring', version='3.3.0')
)
libraryDependencies += "com.github.kristofa" % "brave-resteasy3-spring" % "3.3.0"
[com.github.kristofa/brave-resteasy3-spring "3.3.0"]