MVN

com.nifcloud.mbaas : ncmb-core

Maven & Gradle

Dec 21, 2021
26 stars

ncmb_android · A application used as an example on how to set up pushing its components to the Central Repository.

<dependency>
    <groupId>com.nifcloud.mbaas</groupId>
    <artifactId>ncmb-core</artifactId>
    <version>4.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nifcloud.mbaas : ncmb-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.2

All Versions

Choose a version of com.nifcloud.mbaas : ncmb-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
ncmb-core-4.0.2

How to add a dependency to Maven

Add the following com.nifcloud.mbaas : ncmb-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.nifcloud.mbaas</groupId>
    <artifactId>ncmb-core</artifactId>
    <version>4.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nifcloud.mbaas : ncmb-core gradle dependency to your build.gradle file:

implementation 'com.nifcloud.mbaas:ncmb-core:4.0.2'

Gradle Kotlin DSL: Add the following com.nifcloud.mbaas : ncmb-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nifcloud.mbaas:ncmb-core:4.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nifcloud.mbaas : ncmb-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nifcloud.mbaas" % "ncmb-core" % "4.0.2"

Advertisement