文件名 | 操作 |
---|---|
switchyard-component-common-parent-2.0.0.Alpha1.pom | 下载 |
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-common-parent</artifactId>
<version>2.0.0.Alpha1</version>
<type>pom</type>
</dependency>
implementation 'org.switchyard.components:switchyard-component-common-parent:2.0.0.Alpha1'
implementation("org.switchyard.components:switchyard-component-common-parent:2.0.0.Alpha1")
libraryDependencies += "org.switchyard.components" % "switchyard-component-common-parent" % "2.0.0.Alpha1"
@Grapes(
@Grab(group='org.switchyard.components', module='switchyard-component-common-parent', version='2.0.0.Alpha1')
)
<dependency org="org.switchyard.components" name="switchyard-component-common-parent" rev="2.0.0.Alpha1" />