MVN

com.manorrock.oyena.lifecycle : oyena-lifecycle-rest

Maven & Gradle

May 15, 2023
0 stars

Manorrock Oyena - Lifecycle - REST

<dependency>
    <groupId>com.manorrock.oyena.lifecycle</groupId>
    <artifactId>oyena-lifecycle-rest</artifactId>
    <version>23.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 23.5.0

All Versions

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

Version Vulnerabilities Updated
23.5.x
oyena-lifecycle-rest-23.5.0
23.3.x
oyena-lifecycle-rest-23.3.0
23.2.x
oyena-lifecycle-rest-23.2.0
23.1.x
oyena-lifecycle-rest-23.1.0
22.12.x
oyena-lifecycle-rest-22.12.0
22.11.x
oyena-lifecycle-rest-22.11.0
22.10.x
oyena-lifecycle-rest-22.10.0
22.9.x
oyena-lifecycle-rest-22.9.0
22.3.x
oyena-lifecycle-rest-22.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.manorrock.oyena.lifecycle</groupId>
    <artifactId>oyena-lifecycle-rest</artifactId>
    <version>23.5.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.manorrock.oyena.lifecycle:oyena-lifecycle-rest:23.5.0'

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

implementation("com.manorrock.oyena.lifecycle:oyena-lifecycle-rest:23.5.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.manorrock.oyena.lifecycle" % "oyena-lifecycle-rest" % "23.5.0"

Advertisement