MVN

nz.co.afor.framework : afor-api

Maven & Gradle

Jul 12, 2023
1 stars

afor-api enables you to automate application programming interfaces

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

Latest Version

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

  • Latest Stable: 1.2.46

All Versions

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

Version Vulnerabilities Updated
1.2.x
afor-api-1.2.46
afor-api-1.2.45
1.1.x
afor-api-1.1.43
afor-api-1.1.42
afor-api-1.1.41
0.1.x
afor-api-0.1.38
afor-api-0.1.37
afor-api-0.1.36
afor-api-0.1.35
afor-api-0.1.34
afor-api-0.1.33
afor-api-0.1.32
afor-api-0.1.31
afor-api-0.1.30
afor-api-0.1.29
afor-api-0.1.28
afor-api-0.1.27
afor-api-0.1.25
afor-api-0.1.24
afor-api-0.1.23
afor-api-0.1.21
afor-api-0.1.20
afor-api-0.1.19
afor-api-0.1.18
afor-api-0.1.17
afor-api-0.1.16
afor-api-0.1.14
afor-api-0.1.13
afor-api-0.1.12
afor-api-0.1.11
afor-api-0.1.10
afor-api-0.1.9
afor-api-0.1.8
afor-api-0.1.7

How to add a dependency to Maven

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

<dependency>
    <groupId>nz.co.afor.framework</groupId>
    <artifactId>afor-api</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-api gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement