Files download
File Operation
order-event-1.0.0.jar download
order-event-1.0.0.pom download
order-event-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.zimesfield</groupId>
  <artifactId>order-event</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.zimesfield:order-event:1.0.0'
Gradle Kotlin
implementation("com.zimesfield:order-event:1.0.0")
Scala SBT
libraryDependencies += "com.zimesfield" % "order-event" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.zimesfield', module='order-event', version='1.0.0')
)
Apache Ivy
<dependency org="com.zimesfield" name="order-event" rev="1.0.0" />
Leiningen
[com.zimesfield/order-event "1.0.0"]
Apache Buildr
'com.zimesfield:order-event:jar:1.0.0'