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