| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSwagger Program Interface REST Frameworks | 
        
| GroupId | GroupIdio.github.forezp | 
    
| ArtifactId | ArtifactIdmatrix-swagger-example | 
    
| Last Version | Last Version1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionmatrix-swagger-example 
            Demo project for Spring Boot 
         | 
    
<!-- https://jarcasting.com/artifacts/io.github.forezp/matrix-swagger-example/ -->
<dependency>
    <groupId>io.github.forezp</groupId>
    <artifactId>matrix-swagger-example</artifactId>
    <version>1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/io.github.forezp/matrix-swagger-example/
implementation 'io.github.forezp:matrix-swagger-example:1.0'
                // https://jarcasting.com/artifacts/io.github.forezp/matrix-swagger-example/
implementation ("io.github.forezp:matrix-swagger-example:1.0")
                'io.github.forezp:matrix-swagger-example:jar:1.0'
                <dependency org="io.github.forezp" name="matrix-swagger-example" rev="1.0">
  <artifact name="matrix-swagger-example" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.github.forezp', module='matrix-swagger-example', version='1.0')
)
                libraryDependencies += "io.github.forezp" % "matrix-swagger-example" % "1.0"
                [io.github.forezp/matrix-swagger-example "1.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| io.github.forezp : matrix-swagger-starter | jar | 1.0 | 
| org.springframework.boot : spring-boot-starter-web | jar | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |