License |
License |
---|---|
Categories |
CategoriesSwagger Program Interface REST Frameworks |
GroupId | GroupIdcom.github.wwadge |
ArtifactId | ArtifactIdswagger-annotation-processor-interface |
Version | Version1.0.3 |
Type | Typejar |
Description |
DescriptionCreates swagger classes in the compile phase, i.e. in your IDE, in Maven, etc.
|
<!-- 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wwadge/swagger-annotation-processor-interface/
implementation 'com.github.wwadge:swagger-annotation-processor-interface:1.0.3'
// https://jarcasting.com/artifacts/com.github.wwadge/swagger-annotation-processor-interface/
implementation ("com.github.wwadge:swagger-annotation-processor-interface:1.0.3")
'com.github.wwadge:swagger-annotation-processor-interface:jar:1.0.3'
<dependency org="com.github.wwadge" name="swagger-annotation-processor-interface" rev="1.0.3">
<artifact name="swagger-annotation-processor-interface" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wwadge', module='swagger-annotation-processor-interface', version='1.0.3')
)
libraryDependencies += "com.github.wwadge" % "swagger-annotation-processor-interface" % "1.0.3"
[com.github.wwadge/swagger-annotation-processor-interface "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic Optional | jar | 1.1.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |