MVN

io.github.c-fraser : moka-sdk-core

Maven & Gradle

Jun 10, 2021
3 stars

moka-sdk-core · moka 0.3.5 - moka-sdk-core

<dependency>
    <groupId>io.github.c-fraser</groupId>
    <artifactId>moka-sdk-core</artifactId>
    <version>0.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.c-fraser : moka-sdk-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.5
  • Latest Release Candidate: 0.3.0-RC4

All Versions

Choose a version of io.github.c-fraser : moka-sdk-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
moka-sdk-core-0.3.5
moka-sdk-core-0.3.4
moka-sdk-core-0.3.1
moka-sdk-core-0.3.0
moka-sdk-core-0.3.0-RC4
moka-sdk-core-0.3.0-RC3
moka-sdk-core-0.3.0-RC2
0.0.x
moka-sdk-core-0.0.0

How to add a dependency to Maven

Add the following io.github.c-fraser : moka-sdk-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.c-fraser</groupId>
    <artifactId>moka-sdk-core</artifactId>
    <version>0.3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.c-fraser : moka-sdk-core gradle dependency to your build.gradle file:

implementation 'io.github.c-fraser:moka-sdk-core:0.3.5'

Gradle Kotlin DSL: Add the following io.github.c-fraser : moka-sdk-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.c-fraser:moka-sdk-core:0.3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.c-fraser : moka-sdk-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.c-fraser" % "moka-sdk-core" % "0.3.5"

Advertisement