| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSwagger Program Interface REST Frameworks | 
        
| GroupId | GroupIdio.github.forezp | 
    
| ArtifactId | ArtifactIdmatrix-swagger | 
    
| Last Version | Last Version1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionmatrix-swagger 
            swagger project for Spring Boot 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| matrix-swagger-1.0.pom | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.github.forezp/matrix-swagger/ -->
<dependency>
    <groupId>io.github.forezp</groupId>
    <artifactId>matrix-swagger</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/io.github.forezp/matrix-swagger/
implementation 'io.github.forezp:matrix-swagger:1.0'
                // https://jarcasting.com/artifacts/io.github.forezp/matrix-swagger/
implementation ("io.github.forezp:matrix-swagger:1.0")
                'io.github.forezp:matrix-swagger:pom:1.0'
                <dependency org="io.github.forezp" name="matrix-swagger" rev="1.0">
  <artifact name="matrix-swagger" type="pom" />
</dependency>
                @Grapes(
@Grab(group='io.github.forezp', module='matrix-swagger', version='1.0')
)
                libraryDependencies += "io.github.forezp" % "matrix-swagger" % "1.0"
                [io.github.forezp/matrix-swagger "1.0"]