License |
License |
---|---|
GroupId | GroupIdorg.occurrent |
ArtifactId | ArtifactIdexample |
Last Version | Last Version0.14.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionEvent Sourcing Utilities for the JVM based on the CloudEvents specification
|
Filename | Size |
---|---|
example-0.14.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.occurrent/example/ -->
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>example</artifactId>
<version>0.14.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.occurrent/example/
implementation 'org.occurrent:example:0.14.3'
// https://jarcasting.com/artifacts/org.occurrent/example/
implementation ("org.occurrent:example:0.14.3")
'org.occurrent:example:pom:0.14.3'
<dependency org="org.occurrent" name="example" rev="0.14.3">
<artifact name="example" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.occurrent', module='example', version='0.14.3')
)
libraryDependencies += "org.occurrent" % "example" % "0.14.3"
[org.occurrent/example "0.14.3"]