restfriends forever
Utilities for working with Swagger and REST and the BFF pattern
| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSwagger Program Interface REST Frameworks | 
        
| GroupId | GroupIdcom.github.bordertech.restfriends | 
    
| ArtifactId | ArtifactIdrestfriends-swagger-core | 
    
| Last Version | Last Version2.0.0-beta-1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionrestfriends-swagger-core 
            Swagger Core Application 
         | 
    
<!-- https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-swagger-core/ -->
<dependency>
    <groupId>com.github.bordertech.restfriends</groupId>
    <artifactId>restfriends-swagger-core</artifactId>
    <version>2.0.0-beta-1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-swagger-core/
implementation 'com.github.bordertech.restfriends:restfriends-swagger-core:2.0.0-beta-1'
                // https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-swagger-core/
implementation ("com.github.bordertech.restfriends:restfriends-swagger-core:2.0.0-beta-1")
                'com.github.bordertech.restfriends:restfriends-swagger-core:jar:2.0.0-beta-1'
                <dependency org="com.github.bordertech.restfriends" name="restfriends-swagger-core" rev="2.0.0-beta-1">
  <artifact name="restfriends-swagger-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.bordertech.restfriends', module='restfriends-swagger-core', version='2.0.0-beta-1')
)
                libraryDependencies += "com.github.bordertech.restfriends" % "restfriends-swagger-core" % "2.0.0-beta-1"
                [com.github.bordertech.restfriends/restfriends-swagger-core "2.0.0-beta-1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.github.bordertech.restfriends : restfriends-envelope | jar | 2.0.0-beta-1 | 
| com.github.bordertech.restfriends : restfriends-swagger-ui | jar | 2.0.0-beta-1 | 
| com.github.bordertech.restfriends : restfriends-swagger-json-fix | jar | 2.0.0-beta-1 | 
| io.swagger : swagger-jaxrs | jar | 1.5.22 | 
| com.github.bordertech.config : config | jar | 1.0.5 | 
| com.fasterxml.jackson.datatype : jackson-datatype-joda | jar | 2.9.9 | 
| com.google.guava : guava | jar | 28.0-jre | 
| 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 | 
Utilities for working with Swagger and REST and the BFF pattern