| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSwagger Program Interface REST Frameworks | 
        
| GroupId | GroupIdcom.github.bordertech.restfriends | 
    
| ArtifactId | ArtifactIdrestfriends-swagger-ui | 
    
| Version | Version2.0.0-beta-1 | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionrestfriends-swagger-ui 
            Swagger UI Resources 
         | 
    
<!-- https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-swagger-ui/ -->
<dependency>
    <groupId>com.github.bordertech.restfriends</groupId>
    <artifactId>restfriends-swagger-ui</artifactId>
    <version>2.0.0-beta-1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-swagger-ui/
implementation 'com.github.bordertech.restfriends:restfriends-swagger-ui:2.0.0-beta-1'
                // https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-swagger-ui/
implementation ("com.github.bordertech.restfriends:restfriends-swagger-ui:2.0.0-beta-1")
                'com.github.bordertech.restfriends:restfriends-swagger-ui:jar:2.0.0-beta-1'
                <dependency org="com.github.bordertech.restfriends" name="restfriends-swagger-ui" rev="2.0.0-beta-1">
  <artifact name="restfriends-swagger-ui" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.bordertech.restfriends', module='restfriends-swagger-ui', version='2.0.0-beta-1')
)
                libraryDependencies += "com.github.bordertech.restfriends" % "restfriends-swagger-ui" % "2.0.0-beta-1"
                [com.github.bordertech.restfriends/restfriends-swagger-ui "2.0.0-beta-1"]