MVN

dk.jyskebank.tooling.enunciate : enunciate-openapi

Maven & Gradle

Jul 13, 2020
1 stars

enunciate-openapi · Enunciate module that generates OpenAPI output

<dependency>
    <groupId>dk.jyskebank.tooling.enunciate</groupId>
    <artifactId>enunciate-openapi</artifactId>
    <version>1.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dk.jyskebank.tooling.enunciate : enunciate-openapi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.5

All Versions

Choose a version of dk.jyskebank.tooling.enunciate : enunciate-openapi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
enunciate-openapi-1.1.5
enunciate-openapi-1.1.2
enunciate-openapi-1.1.0
1.0.x
enunciate-openapi-1.0.8
enunciate-openapi-1.0.5
enunciate-openapi-1.0.4
enunciate-openapi-1.0.3

How to add a dependency to Maven

Add the following dk.jyskebank.tooling.enunciate : enunciate-openapi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dk.jyskebank.tooling.enunciate</groupId>
    <artifactId>enunciate-openapi</artifactId>
    <version>1.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dk.jyskebank.tooling.enunciate : enunciate-openapi gradle dependency to your build.gradle file:

implementation 'dk.jyskebank.tooling.enunciate:enunciate-openapi:1.1.5'

Gradle Kotlin DSL: Add the following dk.jyskebank.tooling.enunciate : enunciate-openapi gradle kotlin dependency to your build.gradle.kts file:

implementation("dk.jyskebank.tooling.enunciate:enunciate-openapi:1.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following dk.jyskebank.tooling.enunciate : enunciate-openapi sbt scala dependency to your build.sbt file:

libraryDependencies += "dk.jyskebank.tooling.enunciate" % "enunciate-openapi" % "1.1.5"