MVN

com.manorrock.oyena : oyena-action

Maven & Gradle

Mar 20, 2020
4 usages
0 stars

Manorrock Oyena Action

<dependency>
    <groupId>com.manorrock.oyena</groupId>
    <artifactId>oyena-action</artifactId>
    <version>20.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.manorrock.oyena : oyena-action to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20.3.0

All Versions

Choose a version of com.manorrock.oyena : oyena-action to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20.3.x
oyena-action-20.3.0
20.2.x
oyena-action-20.2.0
2.3.x
oyena-action-2.3.10.0
oyena-action-2.3.9.0
oyena-action-2.3.8.0
oyena-action-2.3.7.0
oyena-action-2.3.6.0
oyena-action-2.3.5.0
oyena-action-2.3.4.0
oyena-action-2.3.3.0
oyena-action-2.3.2.0
oyena-action-2.3.1.0
oyena-action-2.3.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.manorrock.oyena</groupId>
    <artifactId>oyena-action</artifactId>
    <version>20.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.manorrock.oyena : oyena-action gradle dependency to your build.gradle file:

implementation 'com.manorrock.oyena:oyena-action:20.3.0'

Gradle Kotlin DSL: Add the following com.manorrock.oyena : oyena-action gradle kotlin dependency to your build.gradle.kts file:

implementation("com.manorrock.oyena:oyena-action:20.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.manorrock.oyena : oyena-action sbt scala dependency to your build.sbt file:

libraryDependencies += "com.manorrock.oyena" % "oyena-action" % "20.3.0"

Advertisement