MVN

com.manorrock.parrot : parrot

Maven & Gradle

May 15, 2023
2 stars

Manorrock Parrot · Manorrock Parrot delivers you with a GitHub Workflow Generator.

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

Latest Version

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

  • Latest Stable: 23.5.0

All Versions

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

Version Vulnerabilities Updated
23.5.x
parrot-23.5.0
23.4.x
parrot-23.4.0
23.3.x
parrot-23.3.0
23.2.x
parrot-23.2.0
23.1.x
parrot-23.1.0
22.6.x
parrot-22.6.1
parrot-22.6.0
22.5.x
parrot-22.5.0
22.2.x
parrot-22.2.0
21.12.x
parrot-21.12.1
21.9.x
parrot-21.9.0
21.8.x
parrot-21.8.0
21.5.x
parrot-21.5.0
21.3.x
parrot-21.3.0
21.2.x
parrot-21.2.11

How to add a dependency to Maven

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

<dependency>
    <groupId>com.manorrock.parrot</groupId>
    <artifactId>parrot</artifactId>
    <version>23.5.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.manorrock.parrot:parrot:23.5.0'

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

implementation("com.manorrock.parrot:parrot:23.5.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.manorrock.parrot" % "parrot" % "23.5.0"

Advertisement