MVN

com.nb6868.onex : shop-api

Maven & Gradle

Sep 18, 2021
3 stars
<dependency>
    <groupId>com.nb6868.onex</groupId>
    <artifactId>shop-api</artifactId>
    <version>1.9.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nb6868.onex : shop-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.21

All Versions

Choose a version of com.nb6868.onex : shop-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
shop-api-1.9.21
shop-api-1.9.20
shop-api-1.9.19
shop-api-1.9.18
shop-api-1.9.17
shop-api-1.9.16

How to add a dependency to Maven

Add the following com.nb6868.onex : shop-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.nb6868.onex</groupId>
    <artifactId>shop-api</artifactId>
    <version>1.9.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nb6868.onex : shop-api gradle dependency to your build.gradle file:

implementation 'com.nb6868.onex:shop-api:1.9.21'

Gradle Kotlin DSL: Add the following com.nb6868.onex : shop-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nb6868.onex:shop-api:1.9.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nb6868.onex : shop-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nb6868.onex" % "shop-api" % "1.9.21"

Advertisement