MVN

io.logicdrop.sparks : sparks-openapi-spring

Maven & Gradle

Aug 05, 2020
19.8k stars

sparks-openapi-spring · OpenAPI Java

<dependency>
    <groupId>io.logicdrop.sparks</groupId>
    <artifactId>sparks-openapi-spring</artifactId>
    <version>4.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.logicdrop.sparks : sparks-openapi-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.7.2

All Versions

Choose a version of io.logicdrop.sparks : sparks-openapi-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.7.x
sparks-openapi-spring-4.7.2
sparks-openapi-spring-4.7.1
4.6.x
sparks-openapi-spring-4.6.1
4.5.x
sparks-openapi-spring-4.5.2
sparks-openapi-spring-4.5.1
sparks-openapi-spring-4.5.0
4.4.x
sparks-openapi-spring-4.4.0
4.3.x
sparks-openapi-spring-4.3.3
sparks-openapi-spring-4.3.2

How to add a dependency to Maven

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

<dependency>
    <groupId>io.logicdrop.sparks</groupId>
    <artifactId>sparks-openapi-spring</artifactId>
    <version>4.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.logicdrop.sparks : sparks-openapi-spring gradle dependency to your build.gradle file:

implementation 'io.logicdrop.sparks:sparks-openapi-spring:4.7.2'

Gradle Kotlin DSL: Add the following io.logicdrop.sparks : sparks-openapi-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("io.logicdrop.sparks:sparks-openapi-spring:4.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.logicdrop.sparks : sparks-openapi-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "io.logicdrop.sparks" % "sparks-openapi-spring" % "4.7.2"

Advertisement