Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdio.sinistral |
ArtifactId | ArtifactIdproteus-swagger |
Version | Version0.4.4 |
Type | Typejar |
Filename | Size |
---|---|
proteus-swagger-0.4.4.pom | |
proteus-swagger-0.4.4.jar | 683 KB |
proteus-swagger-0.4.4-tests.jar | 12 KB |
proteus-swagger-0.4.4-sources.jar | 658 KB |
proteus-swagger-0.4.4-javadoc.jar | 422 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.sinistral/proteus-swagger/ -->
<dependency>
<groupId>io.sinistral</groupId>
<artifactId>proteus-swagger</artifactId>
<version>0.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.sinistral/proteus-swagger/
implementation 'io.sinistral:proteus-swagger:0.4.4'
// https://jarcasting.com/artifacts/io.sinistral/proteus-swagger/
implementation ("io.sinistral:proteus-swagger:0.4.4")
'io.sinistral:proteus-swagger:jar:0.4.4'
<dependency org="io.sinistral" name="proteus-swagger" rev="0.4.4">
<artifact name="proteus-swagger" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sinistral', module='proteus-swagger', version='0.4.4')
)
libraryDependencies += "io.sinistral" % "proteus-swagger" % "0.4.4"
[io.sinistral/proteus-swagger "0.4.4"]