GroupId | GroupIdorg.switchyard.components |
---|---|
ArtifactId | ArtifactIdswitchyard-component-test-parent |
Version | Version2.0.0.Beta1 |
Type | Typepom |
Filename | Size |
---|---|
switchyard-component-test-parent-2.0.0.Beta1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.switchyard.components/switchyard-component-test-parent/ -->
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-test-parent</artifactId>
<version>2.0.0.Beta1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.switchyard.components/switchyard-component-test-parent/
implementation 'org.switchyard.components:switchyard-component-test-parent:2.0.0.Beta1'
// https://jarcasting.com/artifacts/org.switchyard.components/switchyard-component-test-parent/
implementation ("org.switchyard.components:switchyard-component-test-parent:2.0.0.Beta1")
'org.switchyard.components:switchyard-component-test-parent:pom:2.0.0.Beta1'
<dependency org="org.switchyard.components" name="switchyard-component-test-parent" rev="2.0.0.Beta1">
<artifact name="switchyard-component-test-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.switchyard.components', module='switchyard-component-test-parent', version='2.0.0.Beta1')
)
libraryDependencies += "org.switchyard.components" % "switchyard-component-test-parent" % "2.0.0.Beta1"
[org.switchyard.components/switchyard-component-test-parent "2.0.0.Beta1"]