Last Version

swap - Swagger Annotation Processor 1.0.3

Creates swagger classes in the compile phase, i.e. in your IDE, in Maven, etc.

License

License

Categories

Categories

Swagger Program Interface REST Frameworks
GroupId

GroupId

com.github.wwadge
ArtifactId

ArtifactId

swagger-annotation-processor-parent
Version

Version

1.0.3
Type

Type

pom
Description

Description

swap - Swagger Annotation Processor
Creates swagger classes in the compile phase, i.e. in your IDE, in Maven, etc.
Project URL

Project URL

https://github.com/wwadge/swagger-annotation-processor
Source Code Management

Source Code Management

https://github.com/wwadge/swagger-annotation-processor

Download swagger-annotation-processor-parent 1.0.3


<!-- https://jarcasting.com/artifacts/com.github.wwadge/swagger-annotation-processor-parent/ -->
<dependency>
    <groupId>com.github.wwadge</groupId>
    <artifactId>swagger-annotation-processor-parent</artifactId>
    <version>1.0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.wwadge/swagger-annotation-processor-parent/
implementation 'com.github.wwadge:swagger-annotation-processor-parent:1.0.3'
// https://jarcasting.com/artifacts/com.github.wwadge/swagger-annotation-processor-parent/
implementation ("com.github.wwadge:swagger-annotation-processor-parent:1.0.3")
'com.github.wwadge:swagger-annotation-processor-parent:pom:1.0.3'
<dependency org="com.github.wwadge" name="swagger-annotation-processor-parent" rev="1.0.3">
  <artifact name="swagger-annotation-processor-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.wwadge', module='swagger-annotation-processor-parent', version='1.0.3')
)
libraryDependencies += "com.github.wwadge" % "swagger-annotation-processor-parent" % "1.0.3"
[com.github.wwadge/swagger-annotation-processor-parent "1.0.3"]

Dependencies

provided (1)

Group / Artifact Type Version
ch.qos.logback : logback-classic Optional jar 1.1.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

  • impl
  • swagger-annotation-processor-interface