GroupId | GroupIdcom.aliyun.eventbridge |
---|---|
ArtifactId | ArtifactIdeventbridge-parent |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
eventbridge-parent-1.0.1.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aliyun.eventbridge/eventbridge-parent/ -->
<dependency>
<groupId>com.aliyun.eventbridge</groupId>
<artifactId>eventbridge-parent</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.eventbridge/eventbridge-parent/
implementation 'com.aliyun.eventbridge:eventbridge-parent:1.0.1'
// https://jarcasting.com/artifacts/com.aliyun.eventbridge/eventbridge-parent/
implementation ("com.aliyun.eventbridge:eventbridge-parent:1.0.1")
'com.aliyun.eventbridge:eventbridge-parent:pom:1.0.1'
<dependency org="com.aliyun.eventbridge" name="eventbridge-parent" rev="1.0.1">
<artifact name="eventbridge-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.eventbridge', module='eventbridge-parent', version='1.0.1')
)
libraryDependencies += "com.aliyun.eventbridge" % "eventbridge-parent" % "1.0.1"
[com.aliyun.eventbridge/eventbridge-parent "1.0.1"]