MVN

tw.com.mitake : qmi-openapi

Maven & Gradle

Feb 13, 2018
0 stars

qmi-openapi · Qmi OpenAPI for Java

<dependency>
    <groupId>tw.com.mitake</groupId>
    <artifactId>qmi-openapi</artifactId>
    <version>0.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tw.com.mitake : qmi-openapi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.1

All Versions

Choose a version of tw.com.mitake : qmi-openapi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
qmi-openapi-0.2.1
qmi-openapi-0.2.0
0.1.x
qmi-openapi-0.1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>tw.com.mitake</groupId>
    <artifactId>qmi-openapi</artifactId>
    <version>0.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tw.com.mitake : qmi-openapi gradle dependency to your build.gradle file:

implementation 'tw.com.mitake:qmi-openapi:0.2.1'

Gradle Kotlin DSL: Add the following tw.com.mitake : qmi-openapi gradle kotlin dependency to your build.gradle.kts file:

implementation("tw.com.mitake:qmi-openapi:0.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following tw.com.mitake : qmi-openapi sbt scala dependency to your build.sbt file:

libraryDependencies += "tw.com.mitake" % "qmi-openapi" % "0.2.1"

Advertisement