MVN

com.exmertec.yaz : yaz

Maven & Gradle

May 11, 2017
5 stars

yaz · Yet Another Zeratul is an upgraded version of Zeratul, which is a Java library wraps the JPA interfaces, to provide more convenient data accessing.

<dependency>
    <groupId>com.exmertec.yaz</groupId>
    <artifactId>yaz</artifactId>
    <version>0.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.exmertec.yaz : yaz to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.22

All Versions

Choose a version of com.exmertec.yaz : yaz to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.22
yaz-0.22
0.21
yaz-0.21
0.20
yaz-0.20
0.19
yaz-0.19
0.18
yaz-0.18
0.16
yaz-0.16
0.15
yaz-0.15
0.14
yaz-0.14
0.13
yaz-0.13
0.12
yaz-0.12
0.11
yaz-0.11
0.10
yaz-0.10
0.09
yaz-0.09
0.08
yaz-0.08
0.07
yaz-0.07
0.06
yaz-0.06
0.05
yaz-0.05
0.04
yaz-0.04
0.03
yaz-0.03
0.02
yaz-0.02
0.01
yaz-0.01

How to add a dependency to Maven

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

<dependency>
    <groupId>com.exmertec.yaz</groupId>
    <artifactId>yaz</artifactId>
    <version>0.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.exmertec.yaz : yaz gradle dependency to your build.gradle file:

implementation 'com.exmertec.yaz:yaz:0.22'

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

implementation("com.exmertec.yaz:yaz:0.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.exmertec.yaz : yaz sbt scala dependency to your build.sbt file:

libraryDependencies += "com.exmertec.yaz" % "yaz" % "0.22"

Advertisement