License |
License |
---|---|
GroupId | GroupIdorg.occurrent |
ArtifactId | ArtifactIdcommon |
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 |
---|---|
common-0.14.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.occurrent/common/ -->
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>common</artifactId>
<version>0.14.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.occurrent/common/
implementation 'org.occurrent:common:0.14.3'
// https://jarcasting.com/artifacts/org.occurrent/common/
implementation ("org.occurrent:common:0.14.3")
'org.occurrent:common:pom:0.14.3'
<dependency org="org.occurrent" name="common" rev="0.14.3">
<artifact name="common" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.occurrent', module='common', version='0.14.3')
)
libraryDependencies += "org.occurrent" % "common" % "0.14.3"
[org.occurrent/common "0.14.3"]