MVN

com.viaoa : oa-web

Maven & Gradle

Dec 26, 2022
0 stars

com.viaoa:oa-web · Object Automation Web library

<dependency>
    <groupId>com.viaoa</groupId>
    <artifactId>oa-web</artifactId>
    <version>3.7.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.viaoa : oa-web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.7.3

All Versions

Choose a version of com.viaoa : oa-web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.7.x
oa-web-3.7.3
oa-web-3.7.2
oa-web-3.7.1
oa-web-3.7.0
3.6.x
oa-web-3.6.0
3.5.x
oa-web-3.5.69
oa-web-3.5.68
oa-web-3.5.67
oa-web-3.5.66
oa-web-3.5.65
oa-web-3.5.64
oa-web-3.5.63
oa-web-3.5.62
oa-web-3.5.61
oa-web-3.5.59
oa-web-3.5.58
oa-web-3.5.57
oa-web-3.5.56

How to add a dependency to Maven

Add the following com.viaoa : oa-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.viaoa</groupId>
    <artifactId>oa-web</artifactId>
    <version>3.7.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.viaoa : oa-web gradle dependency to your build.gradle file:

implementation 'com.viaoa:oa-web:3.7.3'

Gradle Kotlin DSL: Add the following com.viaoa : oa-web gradle kotlin dependency to your build.gradle.kts file:

implementation("com.viaoa:oa-web:3.7.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.viaoa : oa-web sbt scala dependency to your build.sbt file:

libraryDependencies += "com.viaoa" % "oa-web" % "3.7.3"

Advertisement