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