MVN

ch.ubique.gradle : ubdiag-android

Maven & Gradle

Jul 31, 2023
1 stars

ubdiag-android · For seamless interplay between apps and the Ubique build management tools.

<dependency>
    <groupId>ch.ubique.gradle</groupId>
    <artifactId>ubdiag-android</artifactId>
    <version>8.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.ubique.gradle : ubdiag-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.1.0
  • Latest Release Candidate: 7.1.0-rc01

All Versions

Choose a version of ch.ubique.gradle : ubdiag-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.1.x
ubdiag-android-8.1.0
8.0.x
ubdiag-android-8.0.0
7.4.x
ubdiag-android-7.4.1
ubdiag-android-7.4.0
7.3.x
ubdiag-android-7.3.1
7.1.x
ubdiag-android-7.1.1
ubdiag-android-7.1.0
ubdiag-android-7.1.0-rc01
7.0.x
ubdiag-android-7.0.2
ubdiag-android-7.0.2-rc01
ubdiag-android-7.0.1
ubdiag-android-7.0.0
4.2.x
ubdiag-android-4.2.0

How to add a dependency to Maven

Add the following ch.ubique.gradle : ubdiag-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.ubique.gradle</groupId>
    <artifactId>ubdiag-android</artifactId>
    <version>8.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.ubique.gradle : ubdiag-android gradle dependency to your build.gradle file:

implementation 'ch.ubique.gradle:ubdiag-android:8.1.0'

Gradle Kotlin DSL: Add the following ch.ubique.gradle : ubdiag-android gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.ubique.gradle:ubdiag-android:8.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.ubique.gradle : ubdiag-android sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.ubique.gradle" % "ubdiag-android" % "8.1.0"