| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSwagger Program Interface REST Frameworks | 
        
| GroupId | GroupIdcom.dottydingo.hyperion.module | 
    
| ArtifactId | ArtifactIdhyperion-swagger | 
    
| Last Version | Last Version2.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionHyperion Swagger 
            Swagger API spec generation for Hyperion 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| hyperion-swagger-2.0.0.pom | |
| hyperion-swagger-2.0.0.jar | 26 KB | 
| hyperion-swagger-2.0.0-sources.jar | 13 KB | 
| hyperion-swagger-2.0.0-javadoc.jar | 113 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.dottydingo.hyperion.module/hyperion-swagger/ -->
<dependency>
    <groupId>com.dottydingo.hyperion.module</groupId>
    <artifactId>hyperion-swagger</artifactId>
    <version>2.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.dottydingo.hyperion.module/hyperion-swagger/
implementation 'com.dottydingo.hyperion.module:hyperion-swagger:2.0.0'
                // https://jarcasting.com/artifacts/com.dottydingo.hyperion.module/hyperion-swagger/
implementation ("com.dottydingo.hyperion.module:hyperion-swagger:2.0.0")
                'com.dottydingo.hyperion.module:hyperion-swagger:jar:2.0.0'
                <dependency org="com.dottydingo.hyperion.module" name="hyperion-swagger" rev="2.0.0">
  <artifact name="hyperion-swagger" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.dottydingo.hyperion.module', module='hyperion-swagger', version='2.0.0')
)
                libraryDependencies += "com.dottydingo.hyperion.module" % "hyperion-swagger" % "2.0.0"
                [com.dottydingo.hyperion.module/hyperion-swagger "2.0.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.dottydingo.hyperion : hyperion-core Optional | jar | 1.0.0 | 
| org.springframework : spring-webmvc Optional | jar | 3.2.3.RELEASE | 
| org.slf4j : slf4j-api Optional | jar | 1.7.5 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| javax.servlet : servlet-api Optional | jar | 2.5 |