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