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