| Categories | 
                CategoriesSwagger Program Interface REST Frameworks | 
        
|---|---|
| GroupId | GroupIdcom.github.luues | 
    
| ArtifactId | ArtifactIdcommons-swagger | 
    
| Version | Version1.0.0.RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.github.luues/commons-swagger/ -->
<dependency>
    <groupId>com.github.luues</groupId>
    <artifactId>commons-swagger</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.luues/commons-swagger/
implementation 'com.github.luues:commons-swagger:1.0.0.RELEASE'
                // https://jarcasting.com/artifacts/com.github.luues/commons-swagger/
implementation ("com.github.luues:commons-swagger:1.0.0.RELEASE")
                'com.github.luues:commons-swagger:jar:1.0.0.RELEASE'
                <dependency org="com.github.luues" name="commons-swagger" rev="1.0.0.RELEASE">
  <artifact name="commons-swagger" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.luues', module='commons-swagger', version='1.0.0.RELEASE')
)
                libraryDependencies += "com.github.luues" % "commons-swagger" % "1.0.0.RELEASE"
                [com.github.luues/commons-swagger "1.0.0.RELEASE"]