MVN

com.serviceobjects : AV3US

Maven & Gradle

Feb 24, 2023

Address Validation 3 - US · This package simplifies making API calls to Address Validation 3 US. It allows for testing on our trial environments and running against our production environments as well while implementing best practices and failover.

<dependency>
    <groupId>com.serviceobjects</groupId>
    <artifactId>AV3US</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.serviceobjects : AV3US to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.serviceobjects : AV3US to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
AV3US-1.0.1
AV3US-1.0.0

How to add a dependency to Maven

Add the following com.serviceobjects : AV3US maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.serviceobjects</groupId>
    <artifactId>AV3US</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.serviceobjects : AV3US gradle dependency to your build.gradle file:

implementation 'com.serviceobjects:AV3US:1.0.1'

Gradle Kotlin DSL: Add the following com.serviceobjects : AV3US gradle kotlin dependency to your build.gradle.kts file:

implementation("com.serviceobjects:AV3US:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.serviceobjects : AV3US sbt scala dependency to your build.sbt file:

libraryDependencies += "com.serviceobjects" % "AV3US" % "1.0.1"