Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.github.wwadge |
ArtifactId | ArtifactIdswagger-annotation-processor |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.wwadge/swagger-annotation-processor/ -->
<dependency>
<groupId>com.github.wwadge</groupId>
<artifactId>swagger-annotation-processor</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wwadge/swagger-annotation-processor/
implementation 'com.github.wwadge:swagger-annotation-processor:1.0.2'
// https://jarcasting.com/artifacts/com.github.wwadge/swagger-annotation-processor/
implementation ("com.github.wwadge:swagger-annotation-processor:1.0.2")
'com.github.wwadge:swagger-annotation-processor:jar:1.0.2'
<dependency org="com.github.wwadge" name="swagger-annotation-processor" rev="1.0.2">
<artifact name="swagger-annotation-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wwadge', module='swagger-annotation-processor', version='1.0.2')
)
libraryDependencies += "com.github.wwadge" % "swagger-annotation-processor" % "1.0.2"
[com.github.wwadge/swagger-annotation-processor "1.0.2"]