Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.shapestone |
ArtifactId | ArtifactIdparty-client |
Version | Version1.0.155 |
Type | Typejar |
Filename | Size |
---|---|
party-client-1.0.155.pom | |
party-client-1.0.155.jar | 30 KB |
party-client-1.0.155-sources.jar | 5 KB |
party-client-1.0.155-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.shapestone/party-client/ -->
<dependency>
<groupId>com.shapestone</groupId>
<artifactId>party-client</artifactId>
<version>1.0.155</version>
</dependency>
// https://jarcasting.com/artifacts/com.shapestone/party-client/
implementation 'com.shapestone:party-client:1.0.155'
// https://jarcasting.com/artifacts/com.shapestone/party-client/
implementation ("com.shapestone:party-client:1.0.155")
'com.shapestone:party-client:jar:1.0.155'
<dependency org="com.shapestone" name="party-client" rev="1.0.155">
<artifact name="party-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shapestone', module='party-client', version='1.0.155')
)
libraryDependencies += "com.shapestone" % "party-client" % "1.0.155"
[com.shapestone/party-client "1.0.155"]