License |
License |
---|---|
Categories |
CategoriesSwagger Program Interface REST Frameworks |
GroupId | GroupIdcom.github.wwadge |
ArtifactId | ArtifactIdswagger-annotation-processor-parent |
Version | Version1.0.3 |
Type | Typepom |
Description |
Descriptionswap - Swagger Annotation Processor
Creates swagger classes in the compile phase, i.e. in your IDE, in Maven, etc.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
swagger-annotation-processor-parent-1.0.3.pom | 5 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic Optional | jar | 1.1.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |