MVN

fr.w3blog : zebra-zpl

Maven & Gradle

Jan 12, 2023
126 stars

zebra-zpl · Java Api for Zepra Zpl generator

<dependency>
    <groupId>fr.w3blog</groupId>
    <artifactId>zebra-zpl</artifactId>
    <version>0.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.w3blog : zebra-zpl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.4

All Versions

Choose a version of fr.w3blog : zebra-zpl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
zebra-zpl-0.0.4
zebra-zpl-0.0.3
zebra-zpl-0.0.1

How to add a dependency to Maven

Add the following fr.w3blog : zebra-zpl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.w3blog</groupId>
    <artifactId>zebra-zpl</artifactId>
    <version>0.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.w3blog : zebra-zpl gradle dependency to your build.gradle file:

implementation 'fr.w3blog:zebra-zpl:0.0.4'

Gradle Kotlin DSL: Add the following fr.w3blog : zebra-zpl gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.w3blog:zebra-zpl:0.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.w3blog : zebra-zpl sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.w3blog" % "zebra-zpl" % "0.0.4"

Advertisement