MVN

dk.apaq.printing : printing-facade-remoteclient

Maven & Gradle

Dec 12, 2011

printing-facade-remoteclient

<dependency>
    <groupId>dk.apaq.printing</groupId>
    <artifactId>printing-facade-remoteclient</artifactId>
    <version>1.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dk.apaq.printing : printing-facade-remoteclient to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.6

All Versions

Choose a version of dk.apaq.printing : printing-facade-remoteclient to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
printing-facade-remoteclient-1.2.6
printing-facade-remoteclient-1.2.5
printing-facade-remoteclient-1.2.4
printing-facade-remoteclient-1.2.2
printing-facade-remoteclient-1.2.1
1.2
printing-facade-remoteclient-1.2
1.1
printing-facade-remoteclient-1.1

How to add a dependency to Maven

Add the following dk.apaq.printing : printing-facade-remoteclient maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dk.apaq.printing</groupId>
    <artifactId>printing-facade-remoteclient</artifactId>
    <version>1.2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dk.apaq.printing : printing-facade-remoteclient gradle dependency to your build.gradle file:

implementation 'dk.apaq.printing:printing-facade-remoteclient:1.2.6'

Gradle Kotlin DSL: Add the following dk.apaq.printing : printing-facade-remoteclient gradle kotlin dependency to your build.gradle.kts file:

implementation("dk.apaq.printing:printing-facade-remoteclient:1.2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following dk.apaq.printing : printing-facade-remoteclient sbt scala dependency to your build.sbt file:

libraryDependencies += "dk.apaq.printing" % "printing-facade-remoteclient" % "1.2.6"