MVN

org.irenical.fetchy : fetchy-api

Maven & Gradle

Jan 11, 2018
14 usages
6 stars

Fetchy API · Fetchy - Service Discovery API

<dependency>
    <groupId>org.irenical.fetchy</groupId>
    <artifactId>fetchy-api</artifactId>
    <version>2.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.irenical.fetchy : fetchy-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.12

All Versions

Choose a version of org.irenical.fetchy : fetchy-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
fetchy-api-2.0.12
fetchy-api-2.0.11
fetchy-api-2.0.10
fetchy-api-2.0.9
fetchy-api-2.0.8
fetchy-api-2.0.7
fetchy-api-2.0.6
fetchy-api-2.0.5
fetchy-api-2.0.4
fetchy-api-2.0.1
fetchy-api-2.0.0
0.1.x
fetchy-api-0.1.6
fetchy-api-0.1.5
fetchy-api-0.1.4
fetchy-api-0.1.1
fetchy-api-0.1.0
0.0.x
fetchy-api-0.0.8
fetchy-api-0.0.7
fetchy-api-0.0.6
fetchy-api-0.0.5
fetchy-api-0.0.4
fetchy-api-0.0.3
fetchy-api-0.0.1

How to add a dependency to Maven

Add the following org.irenical.fetchy : fetchy-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.irenical.fetchy</groupId>
    <artifactId>fetchy-api</artifactId>
    <version>2.0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.irenical.fetchy : fetchy-api gradle dependency to your build.gradle file:

implementation 'org.irenical.fetchy:fetchy-api:2.0.12'

Gradle Kotlin DSL: Add the following org.irenical.fetchy : fetchy-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.irenical.fetchy:fetchy-api:2.0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.irenical.fetchy : fetchy-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.irenical.fetchy" % "fetchy-api" % "2.0.12"

Advertisement