MVN

com.viaoa : oa-core

Maven & Gradle

Dec 26, 2022
2 usages
0 stars

com.viaoa:oa-core · Core Object Automation library

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

Latest Version

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

  • Latest Stable: 3.7.3

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement