| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.aliyun.eventbridge | 
    
| ArtifactId | ArtifactIdeventbridge-parent | 
    
| Last Version | Last Version1.0.2 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionAliyun EventBridge SDK for Java 
            Aliyun EventBridge SDK for Java
        Copyright (C) Alibaba Cloud Computing
        All rights reserved.
        版权所有 (C)阿里云计算有限公司
        http://www.aliyun.com 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| eventbridge-parent-1.0.2.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.2</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.aliyun.eventbridge/eventbridge-parent/
implementation 'com.aliyun.eventbridge:eventbridge-parent:1.0.2'
                // https://jarcasting.com/artifacts/com.aliyun.eventbridge/eventbridge-parent/
implementation ("com.aliyun.eventbridge:eventbridge-parent:1.0.2")
                'com.aliyun.eventbridge:eventbridge-parent:pom:1.0.2'
                <dependency org="com.aliyun.eventbridge" name="eventbridge-parent" rev="1.0.2">
  <artifact name="eventbridge-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.aliyun.eventbridge', module='eventbridge-parent', version='1.0.2')
)
                libraryDependencies += "com.aliyun.eventbridge" % "eventbridge-parent" % "1.0.2"
                [com.aliyun.eventbridge/eventbridge-parent "1.0.2"]