MVN

de.sematre.dsbmobile : DSBmobile-API

Maven & Gradle

Nov 19, 2019
1 usages
19 stars

DSBmobile-API · Unofficial DSBmobile API for Java.

<dependency>
    <groupId>de.sematre.dsbmobile</groupId>
    <artifactId>DSBmobile-API</artifactId>
    <version>1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.sematre.dsbmobile : DSBmobile-API to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8

All Versions

Choose a version of de.sematre.dsbmobile : DSBmobile-API to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8
DSBmobile-API-1.8
1.7
DSBmobile-API-1.7
1.6
DSBmobile-API-1.6
1.5
DSBmobile-API-1.5
1.4
DSBmobile-API-1.4
1.3
DSBmobile-API-1.3
1.2
DSBmobile-API-1.2

How to add a dependency to Maven

Add the following de.sematre.dsbmobile : DSBmobile-API maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.sematre.dsbmobile</groupId>
    <artifactId>DSBmobile-API</artifactId>
    <version>1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.sematre.dsbmobile : DSBmobile-API gradle dependency to your build.gradle file:

implementation 'de.sematre.dsbmobile:DSBmobile-API:1.8'

Gradle Kotlin DSL: Add the following de.sematre.dsbmobile : DSBmobile-API gradle kotlin dependency to your build.gradle.kts file:

implementation("de.sematre.dsbmobile:DSBmobile-API:1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.sematre.dsbmobile : DSBmobile-API sbt scala dependency to your build.sbt file:

libraryDependencies += "de.sematre.dsbmobile" % "DSBmobile-API" % "1.8"

Advertisement