MVN

com.mingweisamuel.zyra : zyra

Maven & Gradle

Jun 14, 2019
<dependency>
    <groupId>com.mingweisamuel.zyra</groupId>
    <artifactId>zyra</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mingweisamuel.zyra : zyra to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0
  • Latest Release Candidate: 2.0.0-RC3
  • Latest Alpha: 1.0-ALPHA1

All Versions

Choose a version of com.mingweisamuel.zyra : zyra to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
zyra-2.0.0
zyra-2.0.0-RC3
zyra-2.0.0-RC2
zyra-2.0.0-RC1
1.2.x
zyra-1.2.1-RC1
zyra-1.2.0
zyra-1.2.0-RC1
1.1.x
zyra-1.1.2
zyra-1.1.1
zyra-1.1.0
1.0
zyra-1.0
zyra-1.0-ALPHA1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.mingweisamuel.zyra</groupId>
    <artifactId>zyra</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mingweisamuel.zyra : zyra gradle dependency to your build.gradle file:

implementation 'com.mingweisamuel.zyra:zyra:2.0.0'

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

implementation("com.mingweisamuel.zyra:zyra:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mingweisamuel.zyra : zyra sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mingweisamuel.zyra" % "zyra" % "2.0.0"