GroupId | GroupIdio.cloudevents |
---|---|
ArtifactId | ArtifactIdcloudevents-parent |
Version | Version0.3.0 |
Type | Typepom |
Filename | Size |
---|---|
cloudevents-parent-0.3.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.cloudevents/cloudevents-parent/ -->
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-parent</artifactId>
<version>0.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.cloudevents/cloudevents-parent/
implementation 'io.cloudevents:cloudevents-parent:0.3.0'
// https://jarcasting.com/artifacts/io.cloudevents/cloudevents-parent/
implementation ("io.cloudevents:cloudevents-parent:0.3.0")
'io.cloudevents:cloudevents-parent:pom:0.3.0'
<dependency org="io.cloudevents" name="cloudevents-parent" rev="0.3.0">
<artifact name="cloudevents-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.cloudevents', module='cloudevents-parent', version='0.3.0')
)
libraryDependencies += "io.cloudevents" % "cloudevents-parent" % "0.3.0"
[io.cloudevents/cloudevents-parent "0.3.0"]