MVN

com.ovea : ovea-system

Maven & Gradle

Oct 17, 2011
4 stars

ovea-system · System utilities

<dependency>
    <groupId>com.ovea</groupId>
    <artifactId>ovea-system</artifactId>
    <version>1.7.ga</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ovea : ovea-system to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.ga

All Versions

Choose a version of com.ovea : ovea-system to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
ovea-system-1.7.ga
1.6.x
ovea-system-1.6.ga
1.5.x
ovea-system-1.5.ga
1.4.x
ovea-system-1.4.ga
1.3.x
ovea-system-1.3.ga
1.2.x
ovea-system-1.2.ga
1.1.x
ovea-system-1.1.ga
1.0.x
ovea-system-1.0.ga

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ovea</groupId>
    <artifactId>ovea-system</artifactId>
    <version>1.7.ga</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ovea : ovea-system gradle dependency to your build.gradle file:

implementation 'com.ovea:ovea-system:1.7.ga'

Gradle Kotlin DSL: Add the following com.ovea : ovea-system gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ovea:ovea-system:1.7.ga")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ovea : ovea-system sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ovea" % "ovea-system" % "1.7.ga"

Advertisement