MVN

tw.com.mitake : lib-sms

Maven & Gradle

Aug 28, 2016
1 usages
9 stars

lib-sms · Mitake SMS library for Java

<dependency>
    <groupId>tw.com.mitake</groupId>
    <artifactId>lib-sms</artifactId>
    <version>0.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.7.0

All Versions

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

Version Vulnerabilities Updated
0.7.x
lib-sms-0.7.0
0.6.x
lib-sms-0.6.0
0.5.x
lib-sms-0.5.0
0.4.x
lib-sms-0.4.2
lib-sms-0.4.1
lib-sms-0.4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>tw.com.mitake</groupId>
    <artifactId>lib-sms</artifactId>
    <version>0.7.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'tw.com.mitake:lib-sms:0.7.0'

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

implementation("tw.com.mitake:lib-sms:0.7.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "tw.com.mitake" % "lib-sms" % "0.7.0"