MVN

net.myrrix : myrrix-client

Maven & Gradle

Jul 11, 2013

Myrrix Java Client · Java Client for a Myrrix Serving Layer

<dependency>
    <groupId>net.myrrix</groupId>
    <artifactId>myrrix-client</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.myrrix : myrrix-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1
  • Latest Beta: 1.0.0-beta-1

All Versions

Choose a version of net.myrrix : myrrix-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
myrrix-client-1.0.1
myrrix-client-1.0.0
myrrix-client-1.0.0-beta-1
0.11
myrrix-client-0.11
0.10
myrrix-client-0.10
0.9
myrrix-client-0.9
0.8
myrrix-client-0.8
0.7
myrrix-client-0.7
0.6
myrrix-client-0.6
0.5
myrrix-client-0.5
0.4
myrrix-client-0.4

How to add a dependency to Maven

Add the following net.myrrix : myrrix-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.myrrix</groupId>
    <artifactId>myrrix-client</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.myrrix : myrrix-client gradle dependency to your build.gradle file:

implementation 'net.myrrix:myrrix-client:1.0.1'

Gradle Kotlin DSL: Add the following net.myrrix : myrrix-client gradle kotlin dependency to your build.gradle.kts file:

implementation("net.myrrix:myrrix-client:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.myrrix : myrrix-client sbt scala dependency to your build.sbt file:

libraryDependencies += "net.myrrix" % "myrrix-client" % "1.0.1"