Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdio.sinistral |
ArtifactId | ArtifactIdproteus-swagger |
Version | Version0.4.3 |
Type | Typejar |
Filename | Size |
---|---|
proteus-swagger-0.4.3.pom | |
proteus-swagger-0.4.3.jar | 683 KB |
proteus-swagger-0.4.3-tests.jar | 12 KB |
proteus-swagger-0.4.3-sources.jar | 659 KB |
proteus-swagger-0.4.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.sinistral/proteus-swagger/
implementation 'io.sinistral:proteus-swagger:0.4.3'
// https://jarcasting.com/artifacts/io.sinistral/proteus-swagger/
implementation ("io.sinistral:proteus-swagger:0.4.3")
'io.sinistral:proteus-swagger:jar:0.4.3'
<dependency org="io.sinistral" name="proteus-swagger" rev="0.4.3">
<artifact name="proteus-swagger" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sinistral', module='proteus-swagger', version='0.4.3')
)
libraryDependencies += "io.sinistral" % "proteus-swagger" % "0.4.3"
[io.sinistral/proteus-swagger "0.4.3"]