MVN

com.xliic : openapi-bundler-reverse

Maven & Gradle

Jun 11, 2021
0 stars

Find original file and line information for an OAS Files bundled with openapi-bundler

<dependency>
    <groupId>com.xliic</groupId>
    <artifactId>openapi-bundler-reverse</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xliic : openapi-bundler-reverse to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of com.xliic : openapi-bundler-reverse to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
openapi-bundler-reverse-1.2
1.1
openapi-bundler-reverse-1.1

How to add a dependency to Maven

Add the following com.xliic : openapi-bundler-reverse maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.xliic</groupId>
    <artifactId>openapi-bundler-reverse</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.xliic : openapi-bundler-reverse gradle dependency to your build.gradle file:

implementation 'com.xliic:openapi-bundler-reverse:1.2'

Gradle Kotlin DSL: Add the following com.xliic : openapi-bundler-reverse gradle kotlin dependency to your build.gradle.kts file:

implementation("com.xliic:openapi-bundler-reverse:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.xliic : openapi-bundler-reverse sbt scala dependency to your build.sbt file:

libraryDependencies += "com.xliic" % "openapi-bundler-reverse" % "1.2"

Advertisement