MVN

nz.co.afor.framework : afor-mobile

Maven & Gradle

Jul 12, 2023
1 stars

afor-mobile enables you to automate mobile user interfaces

<dependency>
    <groupId>nz.co.afor.framework</groupId>
    <artifactId>afor-mobile</artifactId>
    <version>1.2.46</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nz.co.afor.framework : afor-mobile to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.46

All Versions

Choose a version of nz.co.afor.framework : afor-mobile to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
afor-mobile-1.2.46
afor-mobile-1.2.45
1.1.x
afor-mobile-1.1.43
afor-mobile-1.1.42
afor-mobile-1.1.41
0.1.x
afor-mobile-0.1.38
afor-mobile-0.1.37
afor-mobile-0.1.36
afor-mobile-0.1.35
afor-mobile-0.1.34
afor-mobile-0.1.33
afor-mobile-0.1.32
afor-mobile-0.1.31
afor-mobile-0.1.30
afor-mobile-0.1.29
afor-mobile-0.1.28
afor-mobile-0.1.27
afor-mobile-0.1.25
afor-mobile-0.1.24
afor-mobile-0.1.23
afor-mobile-0.1.21
afor-mobile-0.1.20
afor-mobile-0.1.19
afor-mobile-0.1.18
afor-mobile-0.1.17

How to add a dependency to Maven

Add the following nz.co.afor.framework : afor-mobile maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nz.co.afor.framework</groupId>
    <artifactId>afor-mobile</artifactId>
    <version>1.2.46</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nz.co.afor.framework : afor-mobile gradle dependency to your build.gradle file:

implementation 'nz.co.afor.framework:afor-mobile:1.2.46'

Gradle Kotlin DSL: Add the following nz.co.afor.framework : afor-mobile gradle kotlin dependency to your build.gradle.kts file:

implementation("nz.co.afor.framework:afor-mobile:1.2.46")

How to add a dependency to SBT Scala

SBT Scala: Add the following nz.co.afor.framework : afor-mobile sbt scala dependency to your build.sbt file:

libraryDependencies += "nz.co.afor.framework" % "afor-mobile" % "1.2.46"

Advertisement