License |
License |
---|---|
Categories |
CategoriesSwagger Program Interface REST Frameworks |
GroupId | GroupIdcom.wordnik |
ArtifactId | ArtifactIdswagger-annotations_2.10.0-RC5 |
Last Version | Last Version1.2.0 |
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_2.10.0-RC5/ -->
<dependency>
<groupId>com.wordnik</groupId>
<artifactId>swagger-annotations_2.10.0-RC5</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wordnik/swagger-annotations_2.10.0-RC5/
implementation 'com.wordnik:swagger-annotations_2.10.0-RC5:1.2.0'
// https://jarcasting.com/artifacts/com.wordnik/swagger-annotations_2.10.0-RC5/
implementation ("com.wordnik:swagger-annotations_2.10.0-RC5:1.2.0")
'com.wordnik:swagger-annotations_2.10.0-RC5:jar:1.2.0'
<dependency org="com.wordnik" name="swagger-annotations_2.10.0-RC5" rev="1.2.0">
<artifact name="swagger-annotations_2.10.0-RC5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wordnik', module='swagger-annotations_2.10.0-RC5', version='1.2.0')
)
libraryDependencies += "com.wordnik" % "swagger-annotations_2.10.0-RC5" % "1.2.0"
[com.wordnik/swagger-annotations_2.10.0-RC5 "1.2.0"]