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