GroupId | GroupIdcom.zimesfield |
---|---|
ArtifactId | ArtifactIdorder-event |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
order-event-1.0.0.pom | |
order-event-1.0.0.jar | 9 KB |
order-event-1.0.0-sources.jar | 1 KB |
order-event-1.0.0-javadoc.jar | 404 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zimesfield/order-event/ -->
<dependency>
<groupId>com.zimesfield</groupId>
<artifactId>order-event</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zimesfield/order-event/
implementation 'com.zimesfield:order-event:1.0.0'
// https://jarcasting.com/artifacts/com.zimesfield/order-event/
implementation ("com.zimesfield:order-event:1.0.0")
'com.zimesfield:order-event:jar:1.0.0'
<dependency org="com.zimesfield" name="order-event" rev="1.0.0">
<artifact name="order-event" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zimesfield', module='order-event', version='1.0.0')
)
libraryDependencies += "com.zimesfield" % "order-event" % "1.0.0"
[com.zimesfield/order-event "1.0.0"]