GroupId | GroupIdcom.shapestone |
---|---|
ArtifactId | ArtifactIdparty-service |
Version | Version1.0.157 |
Type | Typejar |
Filename | Size |
---|---|
party-service-1.0.157.pom | |
party-service-1.0.157.jar | 216 KB |
party-service-1.0.157-sources.jar | 81 KB |
party-service-1.0.157-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.157</version>
</dependency>
// https://jarcasting.com/artifacts/com.shapestone/party-service/
implementation 'com.shapestone:party-service:1.0.157'
// https://jarcasting.com/artifacts/com.shapestone/party-service/
implementation ("com.shapestone:party-service:1.0.157")
'com.shapestone:party-service:jar:1.0.157'
<dependency org="com.shapestone" name="party-service" rev="1.0.157">
<artifact name="party-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shapestone', module='party-service', version='1.0.157')
)
libraryDependencies += "com.shapestone" % "party-service" % "1.0.157"
[com.shapestone/party-service "1.0.157"]