GroupId | GroupIdcom.zimesfield |
---|---|
ArtifactId | ArtifactIdproduct-event |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
product-event-0.0.1.pom | |
product-event-0.0.1.jar | 11 KB |
product-event-0.0.1-sources.jar | 2 KB |
product-event-0.0.1-javadoc.jar | 406 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zimesfield/product-event/ -->
<dependency>
<groupId>com.zimesfield</groupId>
<artifactId>product-event</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.zimesfield/product-event/
implementation 'com.zimesfield:product-event:0.0.1'
// https://jarcasting.com/artifacts/com.zimesfield/product-event/
implementation ("com.zimesfield:product-event:0.0.1")
'com.zimesfield:product-event:jar:0.0.1'
<dependency org="com.zimesfield" name="product-event" rev="0.0.1">
<artifact name="product-event" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zimesfield', module='product-event', version='0.0.1')
)
libraryDependencies += "com.zimesfield" % "product-event" % "0.0.1"
[com.zimesfield/product-event "0.0.1"]