| Categories | CategoriesCLI User Interface | 
|---|---|
| GroupId | GroupIdcom.sun.pkg.bootstrap | 
| ArtifactId | ArtifactIdpkg-client | 
| Last Version | Last Version0.0.0.15 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description | 
| Filename | Size | 
|---|---|
| pkg-client-0.0.0.15.pom | |
| pkg-client-0.0.0.15.jar | 76 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.sun.pkg.bootstrap/pkg-client/ -->
<dependency>
    <groupId>com.sun.pkg.bootstrap</groupId>
    <artifactId>pkg-client</artifactId>
    <version>0.0.0.15</version>
</dependency>// https://jarcasting.com/artifacts/com.sun.pkg.bootstrap/pkg-client/
implementation 'com.sun.pkg.bootstrap:pkg-client:0.0.0.15'// https://jarcasting.com/artifacts/com.sun.pkg.bootstrap/pkg-client/
implementation ("com.sun.pkg.bootstrap:pkg-client:0.0.0.15")'com.sun.pkg.bootstrap:pkg-client:jar:0.0.0.15'<dependency org="com.sun.pkg.bootstrap" name="pkg-client" rev="0.0.0.15">
  <artifact name="pkg-client" type="jar" />
</dependency>@Grapes(
@Grab(group='com.sun.pkg.bootstrap', module='pkg-client', version='0.0.0.15')
)libraryDependencies += "com.sun.pkg.bootstrap" % "pkg-client" % "0.0.0.15"[com.sun.pkg.bootstrap/pkg-client "0.0.0.15"]