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