Categories |
CategoriesSwagger Program Interface REST Frameworks Bootique User Interface Web Frameworks |
---|---|
GroupId | GroupIdio.bootique.swagger |
ArtifactId | ArtifactIdbootique-swagger-parent |
Version | Version1.1 |
Type | Typepom |
Filename | Size |
---|---|
bootique-swagger-parent-1.1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.swagger/bootique-swagger-parent/ -->
<dependency>
<groupId>io.bootique.swagger</groupId>
<artifactId>bootique-swagger-parent</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.swagger/bootique-swagger-parent/
implementation 'io.bootique.swagger:bootique-swagger-parent:1.1'
// https://jarcasting.com/artifacts/io.bootique.swagger/bootique-swagger-parent/
implementation ("io.bootique.swagger:bootique-swagger-parent:1.1")
'io.bootique.swagger:bootique-swagger-parent:pom:1.1'
<dependency org="io.bootique.swagger" name="bootique-swagger-parent" rev="1.1">
<artifact name="bootique-swagger-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.bootique.swagger', module='bootique-swagger-parent', version='1.1')
)
libraryDependencies += "io.bootique.swagger" % "bootique-swagger-parent" % "1.1"
[io.bootique.swagger/bootique-swagger-parent "1.1"]