GroupId | GroupIdorg.mule.runtime |
---|---|
ArtifactId | ArtifactIdmule-extensions-api-persistence |
Version | Version1.0.0-rc |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.mule.runtime/mule-extensions-api-persistence/ -->
<dependency>
<groupId>org.mule.runtime</groupId>
<artifactId>mule-extensions-api-persistence</artifactId>
<version>1.0.0-rc</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.runtime/mule-extensions-api-persistence/
implementation 'org.mule.runtime:mule-extensions-api-persistence:1.0.0-rc'
// https://jarcasting.com/artifacts/org.mule.runtime/mule-extensions-api-persistence/
implementation ("org.mule.runtime:mule-extensions-api-persistence:1.0.0-rc")
'org.mule.runtime:mule-extensions-api-persistence:jar:1.0.0-rc'
<dependency org="org.mule.runtime" name="mule-extensions-api-persistence" rev="1.0.0-rc">
<artifact name="mule-extensions-api-persistence" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.runtime', module='mule-extensions-api-persistence', version='1.0.0-rc')
)
libraryDependencies += "org.mule.runtime" % "mule-extensions-api-persistence" % "1.0.0-rc"
[org.mule.runtime/mule-extensions-api-persistence "1.0.0-rc"]