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