文件名 | 操作 |
---|---|
switchyard-component-test-parent-2.0.1.redhat-620133.pom | 下载 |
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-test-parent</artifactId>
<version>2.0.1.redhat-620133</version>
<type>pom</type>
</dependency>
implementation 'org.switchyard.components:switchyard-component-test-parent:2.0.1.redhat-620133'
implementation("org.switchyard.components:switchyard-component-test-parent:2.0.1.redhat-620133")
libraryDependencies += "org.switchyard.components" % "switchyard-component-test-parent" % "2.0.1.redhat-620133"
@Grapes(
@Grab(group='org.switchyard.components', module='switchyard-component-test-parent', version='2.0.1.redhat-620133')
)
<dependency org="org.switchyard.components" name="switchyard-component-test-parent" rev="2.0.1.redhat-620133" />
<parent> <groupId>org.switchyard.components</groupId> <artifactId>switchyard-components-parent</artifactId> <version>2.0.1.redhat-620133</version> </parent>
compile
|-- org.switchyard:switchyard-runtime
|-- org.switchyard:switchyard-deploy
|-- org.switchyard:switchyard-test
|-- log4j:log4j
|-- junit:junit