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