GroupId | GroupIdorg.mule.extensions |
---|---|
ArtifactId | ArtifactIdmule-core-modules-parent |
Version | Version1.1.2 |
Type | Typepom |
Filename | Size |
---|---|
mule-core-modules-parent-1.1.2.pom | 11 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.1.2</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.1.2'
// https://jarcasting.com/artifacts/org.mule.extensions/mule-core-modules-parent/
implementation ("org.mule.extensions:mule-core-modules-parent:1.1.2")
'org.mule.extensions:mule-core-modules-parent:pom:1.1.2'
<dependency org="org.mule.extensions" name="mule-core-modules-parent" rev="1.1.2">
<artifact name="mule-core-modules-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mule.extensions', module='mule-core-modules-parent', version='1.1.2')
)
libraryDependencies += "org.mule.extensions" % "mule-core-modules-parent" % "1.1.2"
[org.mule.extensions/mule-core-modules-parent "1.1.2"]