MVN

com.sun.pkg : client

Maven & Gradle

Aug 15, 2011

Image Packaging System

<dependency>
    <groupId>com.sun.pkg</groupId>
    <artifactId>client</artifactId>
    <version>ucbootstrap</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sun.pkg : client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: ucbootstrap

All Versions

Choose a version of com.sun.pkg : client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
client-1.0.7-13.1048
ucbootstrap
client-ucbootstrap

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sun.pkg</groupId>
    <artifactId>client</artifactId>
    <version>ucbootstrap</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sun.pkg : client gradle dependency to your build.gradle file:

implementation 'com.sun.pkg:client:ucbootstrap'

Gradle Kotlin DSL: Add the following com.sun.pkg : client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sun.pkg:client:ucbootstrap")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sun.pkg : client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sun.pkg" % "client" % "ucbootstrap"

Advertisement