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