MVN

io.bitbucket.android-universum : arkhitekton-testing

Maven & Gradle

Nov 02, 2021

Android Arkhitekton · Architectural components designed in accordance to Clean Architecture principles for the Android platform.

<dependency>
    <groupId>io.bitbucket.android-universum</groupId>
    <artifactId>arkhitekton-testing</artifactId>
    <version>3.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.bitbucket.android-universum : arkhitekton-testing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.2

All Versions

Choose a version of io.bitbucket.android-universum : arkhitekton-testing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
arkhitekton-testing-3.0.2
arkhitekton-testing-3.0.1
arkhitekton-testing-3.0.0

How to add a dependency to Maven

Add the following io.bitbucket.android-universum : arkhitekton-testing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.bitbucket.android-universum</groupId>
    <artifactId>arkhitekton-testing</artifactId>
    <version>3.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.bitbucket.android-universum : arkhitekton-testing gradle dependency to your build.gradle file:

implementation 'io.bitbucket.android-universum:arkhitekton-testing:3.0.2'

Gradle Kotlin DSL: Add the following io.bitbucket.android-universum : arkhitekton-testing gradle kotlin dependency to your build.gradle.kts file:

implementation("io.bitbucket.android-universum:arkhitekton-testing:3.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.bitbucket.android-universum : arkhitekton-testing sbt scala dependency to your build.sbt file:

libraryDependencies += "io.bitbucket.android-universum" % "arkhitekton-testing" % "3.0.2"