GroupId | GroupIdcom.shapestone |
---|---|
ArtifactId | ArtifactIdevent-service |
Version | Version1.0.27 |
Type | Typejar |
Filename | Size |
---|---|
event-service-1.0.27.pom | |
event-service-1.0.27.jar | 28 KB |
event-service-1.0.27-sources.jar | 11 KB |
event-service-1.0.27-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.shapestone/event-service/ -->
<dependency>
<groupId>com.shapestone</groupId>
<artifactId>event-service</artifactId>
<version>1.0.27</version>
</dependency>
// https://jarcasting.com/artifacts/com.shapestone/event-service/
implementation 'com.shapestone:event-service:1.0.27'
// https://jarcasting.com/artifacts/com.shapestone/event-service/
implementation ("com.shapestone:event-service:1.0.27")
'com.shapestone:event-service:jar:1.0.27'
<dependency org="com.shapestone" name="event-service" rev="1.0.27">
<artifact name="event-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shapestone', module='event-service', version='1.0.27')
)
libraryDependencies += "com.shapestone" % "event-service" % "1.0.27"
[com.shapestone/event-service "1.0.27"]