| Categories |
CategoriesJersey Program Interface REST Frameworks |
|---|---|
| GroupId | GroupIdcom.github.kristofa |
| ArtifactId | ArtifactIdbrave-jersey |
| Version | Version2.2.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| brave-jersey-2.2.1.pom | |
| brave-jersey-2.2.1.jar | 8 KB |
| brave-jersey-2.2.1-sources.jar | 4 KB |
| brave-jersey-2.2.1-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.kristofa/brave-jersey/ -->
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-jersey</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kristofa/brave-jersey/
implementation 'com.github.kristofa:brave-jersey:2.2.1'
// https://jarcasting.com/artifacts/com.github.kristofa/brave-jersey/
implementation ("com.github.kristofa:brave-jersey:2.2.1")
'com.github.kristofa:brave-jersey:jar:2.2.1'
<dependency org="com.github.kristofa" name="brave-jersey" rev="2.2.1">
<artifact name="brave-jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kristofa', module='brave-jersey', version='2.2.1')
)
libraryDependencies += "com.github.kristofa" % "brave-jersey" % "2.2.1"
[com.github.kristofa/brave-jersey "2.2.1"]