MVN

com.latitech.android : whiteboard-sdk

Maven & Gradle

Nov 16, 2022
4 stars

white_board_sdk · White board java sdk

<dependency>
    <groupId>com.latitech.android</groupId>
    <artifactId>whiteboard-sdk</artifactId>
    <version>0.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.latitech.android : whiteboard-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.0

All Versions

Choose a version of com.latitech.android : whiteboard-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
whiteboard-sdk-0.10.0
0.9.x
whiteboard-sdk-0.9.8
whiteboard-sdk-0.9.7
whiteboard-sdk-0.9.6
whiteboard-sdk-0.9.5
whiteboard-sdk-0.9.4
whiteboard-sdk-0.9.3
whiteboard-sdk-0.9.2
whiteboard-sdk-0.9.1
whiteboard-sdk-0.9.0
0.8.x
whiteboard-sdk-0.8.0
0.7.x
whiteboard-sdk-0.7.9
whiteboard-sdk-0.7.8
whiteboard-sdk-0.7.7
whiteboard-sdk-0.7.6
whiteboard-sdk-0.7.5

How to add a dependency to Maven

Add the following com.latitech.android : whiteboard-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.latitech.android</groupId>
    <artifactId>whiteboard-sdk</artifactId>
    <version>0.10.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.latitech.android : whiteboard-sdk gradle dependency to your build.gradle file:

implementation 'com.latitech.android:whiteboard-sdk:0.10.0'

Gradle Kotlin DSL: Add the following com.latitech.android : whiteboard-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.latitech.android:whiteboard-sdk:0.10.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.latitech.android : whiteboard-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.latitech.android" % "whiteboard-sdk" % "0.10.0"

Advertisement