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