License |
License |
---|---|
Categories |
CategoriesSwagger Program Interface REST Frameworks |
GroupId | GroupIdcom.wordnik |
ArtifactId | ArtifactIdswagger-annotations |
Last Version | Last Version1.5.3-M1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionswagger-annotations
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
<!-- https://jarcasting.com/artifacts/com.wordnik/swagger-annotations/ -->
<dependency>
<groupId>com.wordnik</groupId>
<artifactId>swagger-annotations</artifactId>
<version>1.5.3-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.wordnik/swagger-annotations/
implementation 'com.wordnik:swagger-annotations:1.5.3-M1'
// https://jarcasting.com/artifacts/com.wordnik/swagger-annotations/
implementation ("com.wordnik:swagger-annotations:1.5.3-M1")
'com.wordnik:swagger-annotations:jar:1.5.3-M1'
<dependency org="com.wordnik" name="swagger-annotations" rev="1.5.3-M1">
<artifact name="swagger-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wordnik', module='swagger-annotations', version='1.5.3-M1')
)
libraryDependencies += "com.wordnik" % "swagger-annotations" % "1.5.3-M1"
[com.wordnik/swagger-annotations "1.5.3-M1"]