is not current version
Last Version 1.5.3-M1

com.wordnik:swagger-annotations 1.3.7


Categories

Categories

Swagger Program Interface REST Frameworks
GroupId

GroupId

com.wordnik
ArtifactId

ArtifactId

swagger-annotations
Version

Version

1.3.7
Type

Type

jar

Download swagger-annotations 1.3.7


<!-- https://jarcasting.com/artifacts/com.wordnik/swagger-annotations/ -->
<dependency>
    <groupId>com.wordnik</groupId>
    <artifactId>swagger-annotations</artifactId>
    <version>1.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.wordnik/swagger-annotations/
implementation 'com.wordnik:swagger-annotations:1.3.7'
// https://jarcasting.com/artifacts/com.wordnik/swagger-annotations/
implementation ("com.wordnik:swagger-annotations:1.3.7")
'com.wordnik:swagger-annotations:jar:1.3.7'
<dependency org="com.wordnik" name="swagger-annotations" rev="1.3.7">
  <artifact name="swagger-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wordnik', module='swagger-annotations', version='1.3.7')
)
libraryDependencies += "com.wordnik" % "swagger-annotations" % "1.3.7"
[com.wordnik/swagger-annotations "1.3.7"]