MVN

ru.exxo.jutil : printer

Maven & Gradle

May 01, 2021
1 stars
<dependency>
    <groupId>ru.exxo.jutil</groupId>
    <artifactId>printer</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.exxo.jutil : printer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of ru.exxo.jutil : printer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
printer-1.3
1.2
printer-1.2

How to add a dependency to Maven

Add the following ru.exxo.jutil : printer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.exxo.jutil</groupId>
    <artifactId>printer</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.exxo.jutil : printer gradle dependency to your build.gradle file:

implementation 'ru.exxo.jutil:printer:1.3'

Gradle Kotlin DSL: Add the following ru.exxo.jutil : printer gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.exxo.jutil:printer:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.exxo.jutil : printer sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.exxo.jutil" % "printer" % "1.3"