restfriends forever
Utilities for working with Swagger and REST and the BFF pattern
License |
License |
---|---|
Categories |
CategoriesJersey Program Interface REST Frameworks Swagger |
GroupId | GroupIdcom.github.bordertech.restfriends |
ArtifactId | ArtifactIdrestfriends-swagger-jersey2 |
Last Version | Last Version2.0.0-beta-1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrestfriends-swagger-jersey2
Swagger Application with Jersey2
|
<!-- https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-swagger-jersey2/ -->
<dependency>
<groupId>com.github.bordertech.restfriends</groupId>
<artifactId>restfriends-swagger-jersey2</artifactId>
<version>2.0.0-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-swagger-jersey2/
implementation 'com.github.bordertech.restfriends:restfriends-swagger-jersey2:2.0.0-beta-1'
// https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-swagger-jersey2/
implementation ("com.github.bordertech.restfriends:restfriends-swagger-jersey2:2.0.0-beta-1")
'com.github.bordertech.restfriends:restfriends-swagger-jersey2:jar:2.0.0-beta-1'
<dependency org="com.github.bordertech.restfriends" name="restfriends-swagger-jersey2" rev="2.0.0-beta-1">
<artifact name="restfriends-swagger-jersey2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.restfriends', module='restfriends-swagger-jersey2', version='2.0.0-beta-1')
)
libraryDependencies += "com.github.bordertech.restfriends" % "restfriends-swagger-jersey2" % "2.0.0-beta-1"
[com.github.bordertech.restfriends/restfriends-swagger-jersey2 "2.0.0-beta-1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.bordertech.restfriends : restfriends-swagger-core | jar | 2.0.0-beta-1 |
org.glassfish.jersey.containers : jersey-container-servlet | jar | 2.29 |
org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.29 |
io.swagger : swagger-jersey2-jaxrs | jar | 1.5.22 |
org.glassfish.jersey.inject : jersey-hk2 | jar | 2.29 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.vintage : junit-vintage-engine | jar | 5.5.0 |
io.rest-assured : rest-assured | jar | 3.3.0 |
com.github.bordertech.lde : lde-tomcat | jar | 1.0.4 |
Utilities for working with Swagger and REST and the BFF pattern