MVN

me.jorgecastillo : hiroaki-android

Maven & Gradle

Nov 08, 2019
370 stars

Hiroaki Android Artifact · API integration test Kotlin extensions for Unit and Android tests.

<dependency>
    <groupId>me.jorgecastillo</groupId>
    <artifactId>hiroaki-android</artifactId>
    <version>0.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.jorgecastillo : hiroaki-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.3

All Versions

Choose a version of me.jorgecastillo : hiroaki-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
hiroaki-android-0.2.3
hiroaki-android-0.2.2
hiroaki-android-0.2.1
hiroaki-android-0.2.0
0.1.x
hiroaki-android-0.1.0
0.0.x
hiroaki-android-0.0.9
hiroaki-android-0.0.8
hiroaki-android-0.0.7
hiroaki-android-0.0.6
hiroaki-android-0.0.5
hiroaki-android-0.0.4
hiroaki-android-0.0.3
hiroaki-android-0.0.2
hiroaki-android-0.0.1

How to add a dependency to Maven

Add the following me.jorgecastillo : hiroaki-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.jorgecastillo</groupId>
    <artifactId>hiroaki-android</artifactId>
    <version>0.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.jorgecastillo : hiroaki-android gradle dependency to your build.gradle file:

implementation 'me.jorgecastillo:hiroaki-android:0.2.3'

Gradle Kotlin DSL: Add the following me.jorgecastillo : hiroaki-android gradle kotlin dependency to your build.gradle.kts file:

implementation("me.jorgecastillo:hiroaki-android:0.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.jorgecastillo : hiroaki-android sbt scala dependency to your build.sbt file:

libraryDependencies += "me.jorgecastillo" % "hiroaki-android" % "0.2.3"