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