MVN

io.rocketbase.commons : commons-rest-openapi

Maven & Gradle

Jul 06, 2023
7 stars
<dependency>
    <groupId>io.rocketbase.commons</groupId>
    <artifactId>commons-rest-openapi</artifactId>
    <version>3.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.rocketbase.commons : commons-rest-openapi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.8

All Versions

Choose a version of io.rocketbase.commons : commons-rest-openapi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
commons-rest-openapi-3.0.8
commons-rest-openapi-3.0.7
commons-rest-openapi-3.0.6
commons-rest-openapi-3.0.5
commons-rest-openapi-3.0.4
commons-rest-openapi-3.0.3
commons-rest-openapi-3.0.2
commons-rest-openapi-3.0.1
commons-rest-openapi-3.0.0
2.5.x
commons-rest-openapi-2.5.4
commons-rest-openapi-2.5.3
commons-rest-openapi-2.5.2
commons-rest-openapi-2.5.1
commons-rest-openapi-2.5.0
2.4.x
commons-rest-openapi-2.4.0
2.3.x
commons-rest-openapi-2.3.12
commons-rest-openapi-2.3.11
commons-rest-openapi-2.3.10
commons-rest-openapi-2.3.9
commons-rest-openapi-2.3.8
commons-rest-openapi-2.3.7
commons-rest-openapi-2.3.6
commons-rest-openapi-2.3.5
commons-rest-openapi-2.3.4
commons-rest-openapi-2.3.3
commons-rest-openapi-2.3.2
commons-rest-openapi-2.3.1
commons-rest-openapi-2.3.0

How to add a dependency to Maven

Add the following io.rocketbase.commons : commons-rest-openapi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.rocketbase.commons</groupId>
    <artifactId>commons-rest-openapi</artifactId>
    <version>3.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.rocketbase.commons : commons-rest-openapi gradle dependency to your build.gradle file:

implementation 'io.rocketbase.commons:commons-rest-openapi:3.0.8'

Gradle Kotlin DSL: Add the following io.rocketbase.commons : commons-rest-openapi gradle kotlin dependency to your build.gradle.kts file:

implementation("io.rocketbase.commons:commons-rest-openapi:3.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.rocketbase.commons : commons-rest-openapi sbt scala dependency to your build.sbt file:

libraryDependencies += "io.rocketbase.commons" % "commons-rest-openapi" % "3.0.8"