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