Categories |
CategoriesRESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.github.kristofa |
ArtifactId | ArtifactIdbrave-resteasy3-spring |
Version | Version3.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.kristofa/brave-resteasy3-spring/ -->
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-resteasy3-spring</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kristofa/brave-resteasy3-spring/
implementation 'com.github.kristofa:brave-resteasy3-spring:3.1.0'
// https://jarcasting.com/artifacts/com.github.kristofa/brave-resteasy3-spring/
implementation ("com.github.kristofa:brave-resteasy3-spring:3.1.0")
'com.github.kristofa:brave-resteasy3-spring:jar:3.1.0'
<dependency org="com.github.kristofa" name="brave-resteasy3-spring" rev="3.1.0">
<artifact name="brave-resteasy3-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kristofa', module='brave-resteasy3-spring', version='3.1.0')
)
libraryDependencies += "com.github.kristofa" % "brave-resteasy3-spring" % "3.1.0"
[com.github.kristofa/brave-resteasy3-spring "3.1.0"]