Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdio.lighty.modules |
ArtifactId | ArtifactIdlighty-swagger |
Version | Version14.3.0 |
Type | Typejar |
Filename | Size |
---|---|
lighty-swagger-14.3.0.pom | |
lighty-swagger-14.3.0.jar | 7 KB |
lighty-swagger-14.3.0-sources.jar | 3 KB |
lighty-swagger-14.3.0-javadoc.jar | 390 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.lighty.modules/lighty-swagger/ -->
<dependency>
<groupId>io.lighty.modules</groupId>
<artifactId>lighty-swagger</artifactId>
<version>14.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.lighty.modules/lighty-swagger/
implementation 'io.lighty.modules:lighty-swagger:14.3.0'
// https://jarcasting.com/artifacts/io.lighty.modules/lighty-swagger/
implementation ("io.lighty.modules:lighty-swagger:14.3.0")
'io.lighty.modules:lighty-swagger:jar:14.3.0'
<dependency org="io.lighty.modules" name="lighty-swagger" rev="14.3.0">
<artifact name="lighty-swagger" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.lighty.modules', module='lighty-swagger', version='14.3.0')
)
libraryDependencies += "io.lighty.modules" % "lighty-swagger" % "14.3.0"
[io.lighty.modules/lighty-swagger "14.3.0"]