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