y

yak4j-swagger-maven-plugin

yak shaving for Java: A Maven plugin which processes Swagger documents
https://github.com/ngeor/yak4j-swagger-maven-plugin
MIT
Nikolaos Georgiou
Files download
File Operation
yak4j-swagger-maven-plugin-0.9.2.jar download
yak4j-swagger-maven-plugin-0.9.2.pom download
yak4j-swagger-maven-plugin-0.9.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ngeor</groupId>
  <artifactId>yak4j-swagger-maven-plugin</artifactId>
  <version>0.9.2</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.ngeor:yak4j-swagger-maven-plugin:0.9.2'
Gradle Kotlin
implementation("com.github.ngeor:yak4j-swagger-maven-plugin:0.9.2")
Scala SBT
libraryDependencies += "com.github.ngeor" % "yak4j-swagger-maven-plugin" % "0.9.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ngeor', module='yak4j-swagger-maven-plugin', version='0.9.2')
)
Apache Ivy
<dependency org="com.github.ngeor" name="yak4j-swagger-maven-plugin" rev="0.9.2" />
Leiningen
[com.github.ngeor/yak4j-swagger-maven-plugin "0.9.2"]
Apache Buildr
'com.github.ngeor:yak4j-swagger-maven-plugin:jar:0.9.2'