MVN

com.manorrock.eagle : eagle-path

Maven & Gradle

May 15, 2023
3 stars

Manorrock Eagle - Path

<dependency>
    <groupId>com.manorrock.eagle</groupId>
    <artifactId>eagle-path</artifactId>
    <version>23.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 23.5.0

All Versions

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

Version Vulnerabilities Updated
23.5.x
eagle-path-23.5.0
23.4.x
eagle-path-23.4.0
23.1.x
eagle-path-23.1.0
22.7.x
eagle-path-22.7.0
22.6.x
eagle-path-22.6.1
21.5.x
eagle-path-21.5.0
21.4.x
eagle-path-21.4.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.manorrock.eagle</groupId>
    <artifactId>eagle-path</artifactId>
    <version>23.5.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.manorrock.eagle:eagle-path:23.5.0'

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

implementation("com.manorrock.eagle:eagle-path:23.5.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.manorrock.eagle" % "eagle-path" % "23.5.0"

Advertisement