MVN

com.holon-platform.jaxrs : holon-jaxrs-swagger

Maven & Gradle

Jul 08, 2020
2 usages
7 stars

Holon JAX-RS Swagger V2 integration [Deprecated: use holon-jaxrs-swagger-v2]

<dependency>
    <groupId>com.holon-platform.jaxrs</groupId>
    <artifactId>holon-jaxrs-swagger</artifactId>
    <version>5.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.holon-platform.jaxrs : holon-jaxrs-swagger to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.5.0
  • Latest Release Candidate: 5.2.0-rc2
  • Latest Alpha: 5.2.0-alpha2

All Versions

Choose a version of com.holon-platform.jaxrs : holon-jaxrs-swagger to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.5.x
holon-jaxrs-swagger-5.5.0
5.4.x
holon-jaxrs-swagger-5.4.1
holon-jaxrs-swagger-5.4.0
5.3.x
holon-jaxrs-swagger-5.3.0
5.2.x
holon-jaxrs-swagger-5.2.4
holon-jaxrs-swagger-5.2.3
holon-jaxrs-swagger-5.2.2
holon-jaxrs-swagger-5.2.1
holon-jaxrs-swagger-5.2.0
holon-jaxrs-swagger-5.2.0-rc2
holon-jaxrs-swagger-5.2.0-rc1
holon-jaxrs-swagger-5.2.0-alpha2
holon-jaxrs-swagger-5.2.0-alpha1
5.1.x
holon-jaxrs-swagger-5.1.2
holon-jaxrs-swagger-5.1.1
holon-jaxrs-swagger-5.1.0
5.0.x
holon-jaxrs-swagger-5.0.5
holon-jaxrs-swagger-5.0.4
holon-jaxrs-swagger-5.0.3
holon-jaxrs-swagger-5.0.2
holon-jaxrs-swagger-5.0.1
holon-jaxrs-swagger-5.0.0

How to add a dependency to Maven

Add the following com.holon-platform.jaxrs : holon-jaxrs-swagger maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.holon-platform.jaxrs</groupId>
    <artifactId>holon-jaxrs-swagger</artifactId>
    <version>5.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.holon-platform.jaxrs : holon-jaxrs-swagger gradle dependency to your build.gradle file:

implementation 'com.holon-platform.jaxrs:holon-jaxrs-swagger:5.5.0'

Gradle Kotlin DSL: Add the following com.holon-platform.jaxrs : holon-jaxrs-swagger gradle kotlin dependency to your build.gradle.kts file:

implementation("com.holon-platform.jaxrs:holon-jaxrs-swagger:5.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.holon-platform.jaxrs : holon-jaxrs-swagger sbt scala dependency to your build.sbt file:

libraryDependencies += "com.holon-platform.jaxrs" % "holon-jaxrs-swagger" % "5.5.0"

Advertisement