MVN

de.webducer.android : wd-timetracking-contract

Maven & Gradle

Jun 04, 2015

Contract for the android app WebDucer Time Tracking · Dieses Projekt liefert das Contract f��r die "WebDucer Zeiterfassung" Core App, um Erweiterungen f��r diese schreiben zu l��nnen.

<dependency>
    <groupId>de.webducer.android</groupId>
    <artifactId>wd-timetracking-contract</artifactId>
    <version>0.4.2-beta2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.webducer.android : wd-timetracking-contract to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.2-beta2
  • Latest Beta: 0.4.2-beta2

All Versions

Choose a version of de.webducer.android : wd-timetracking-contract to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
wd-timetracking-contract-0.4.2-beta2

How to add a dependency to Maven

Add the following de.webducer.android : wd-timetracking-contract maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.webducer.android</groupId>
    <artifactId>wd-timetracking-contract</artifactId>
    <version>0.4.2-beta2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.webducer.android : wd-timetracking-contract gradle dependency to your build.gradle file:

implementation 'de.webducer.android:wd-timetracking-contract:0.4.2-beta2'

Gradle Kotlin DSL: Add the following de.webducer.android : wd-timetracking-contract gradle kotlin dependency to your build.gradle.kts file:

implementation("de.webducer.android:wd-timetracking-contract:0.4.2-beta2")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.webducer.android : wd-timetracking-contract sbt scala dependency to your build.sbt file:

libraryDependencies += "de.webducer.android" % "wd-timetracking-contract" % "0.4.2-beta2"