MVN

community.flock.wirespec : openapi-mingwx64

Maven & Gradle

Oct 20, 2023
14 stars

Wirespec · Type safe wires made easy

<dependency>
    <groupId>community.flock.wirespec</groupId>
    <artifactId>openapi-mingwx64</artifactId>
    <version>0.8.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of community.flock.wirespec : openapi-mingwx64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.10

All Versions

Choose a version of community.flock.wirespec : openapi-mingwx64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
openapi-mingwx64-0.8.10
openapi-mingwx64-0.8.9
openapi-mingwx64-0.8.8

How to add a dependency to Maven

Add the following community.flock.wirespec : openapi-mingwx64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>community.flock.wirespec</groupId>
    <artifactId>openapi-mingwx64</artifactId>
    <version>0.8.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following community.flock.wirespec : openapi-mingwx64 gradle dependency to your build.gradle file:

implementation 'community.flock.wirespec:openapi-mingwx64:0.8.10'

Gradle Kotlin DSL: Add the following community.flock.wirespec : openapi-mingwx64 gradle kotlin dependency to your build.gradle.kts file:

implementation("community.flock.wirespec:openapi-mingwx64:0.8.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following community.flock.wirespec : openapi-mingwx64 sbt scala dependency to your build.sbt file:

libraryDependencies += "community.flock.wirespec" % "openapi-mingwx64" % "0.8.10"