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