MVN

io.github.ligasgr.blocks : swagger-ui-block

Maven & Gradle

Jul 25, 2022
4 stars

io.github.ligasgr.blocks:swagger-ui-block · Blocks Framework - swagger-ui-block

<dependency>
    <groupId>io.github.ligasgr.blocks</groupId>
    <artifactId>swagger-ui-block</artifactId>
    <version>0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ligasgr.blocks : swagger-ui-block to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13

All Versions

Choose a version of io.github.ligasgr.blocks : swagger-ui-block to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13
swagger-ui-block-0.13
0.12
swagger-ui-block-0.12
0.11
swagger-ui-block-0.11
0.10
swagger-ui-block-0.10
0.9
swagger-ui-block-0.9
0.8
swagger-ui-block-0.8
0.7
swagger-ui-block-0.7
0.6
swagger-ui-block-0.6
0.5
swagger-ui-block-0.5
0.4
swagger-ui-block-0.4
0.3
swagger-ui-block-0.3
0.2
swagger-ui-block-0.2
0.1
swagger-ui-block-0.1

How to add a dependency to Maven

Add the following io.github.ligasgr.blocks : swagger-ui-block maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.ligasgr.blocks</groupId>
    <artifactId>swagger-ui-block</artifactId>
    <version>0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.ligasgr.blocks : swagger-ui-block gradle dependency to your build.gradle file:

implementation 'io.github.ligasgr.blocks:swagger-ui-block:0.13'

Gradle Kotlin DSL: Add the following io.github.ligasgr.blocks : swagger-ui-block gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.ligasgr.blocks:swagger-ui-block:0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.ligasgr.blocks : swagger-ui-block sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.ligasgr.blocks" % "swagger-ui-block" % "0.13"

Advertisement