MVN

io.github.pulquero.halyard : halyard-rio

Maven & Gradle

Aug 16, 2023
6 stars
<dependency>
    <groupId>io.github.pulquero.halyard</groupId>
    <artifactId>halyard-rio</artifactId>
    <version>4.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.pulquero.halyard : halyard-rio to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.7

All Versions

Choose a version of io.github.pulquero.halyard : halyard-rio to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.7
halyard-rio-4.7
4.4.x
halyard-rio-4.4.3
halyard-rio-4.4.2
halyard-rio-4.4.1
4.4
halyard-rio-4.4
4.3
halyard-rio-4.3
4.2
halyard-rio-4.2
4.1
halyard-rio-4.1
3.13
halyard-rio-3.13
3.12
halyard-rio-3.12
3.11
halyard-rio-3.11
3.10
halyard-rio-3.10
3.9
halyard-rio-3.9
3.7
halyard-rio-3.7
2.6
halyard-rio-2.6

How to add a dependency to Maven

Add the following io.github.pulquero.halyard : halyard-rio maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.pulquero.halyard</groupId>
    <artifactId>halyard-rio</artifactId>
    <version>4.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.pulquero.halyard : halyard-rio gradle dependency to your build.gradle file:

implementation 'io.github.pulquero.halyard:halyard-rio:4.7'

Gradle Kotlin DSL: Add the following io.github.pulquero.halyard : halyard-rio gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.pulquero.halyard:halyard-rio:4.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.pulquero.halyard : halyard-rio sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.pulquero.halyard" % "halyard-rio" % "4.7"

Advertisement