MVN

com.github.davidmoten : openapi-codegen-client-runtime

Maven & Gradle

Aug 23, 2023

openapi-codegen-client-runtime

<dependency>
    <groupId>com.github.davidmoten</groupId>
    <artifactId>openapi-codegen-client-runtime</artifactId>
    <version>0.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.davidmoten : openapi-codegen-client-runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.3
  • Latest Alpha: 0.1-alpha-9

All Versions

Choose a version of com.github.davidmoten : openapi-codegen-client-runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
openapi-codegen-client-runtime-0.1.3
openapi-codegen-client-runtime-0.1.1
0.1
openapi-codegen-client-runtime-0.1
openapi-codegen-client-runtime-0.1-alpha-9
openapi-codegen-client-runtime-0.1-alpha-8
openapi-codegen-client-runtime-0.1-alpha-7
openapi-codegen-client-runtime-0.1-alpha-6
openapi-codegen-client-runtime-0.1-alpha-5
openapi-codegen-client-runtime-0.1-alpha-3

How to add a dependency to Maven

Add the following com.github.davidmoten : openapi-codegen-client-runtime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.davidmoten</groupId>
    <artifactId>openapi-codegen-client-runtime</artifactId>
    <version>0.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.davidmoten : openapi-codegen-client-runtime gradle dependency to your build.gradle file:

implementation 'com.github.davidmoten:openapi-codegen-client-runtime:0.1.3'

Gradle Kotlin DSL: Add the following com.github.davidmoten : openapi-codegen-client-runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.davidmoten:openapi-codegen-client-runtime:0.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.davidmoten : openapi-codegen-client-runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.davidmoten" % "openapi-codegen-client-runtime" % "0.1.3"

Advertisement