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