Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdmule |
ArtifactId | ArtifactIdmule-extras-client |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
mule-extras-client-1.1.1.pom | |
mule-extras-client-1.1.1.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/mule/mule-extras-client/ -->
<dependency>
<groupId>mule</groupId>
<artifactId>mule-extras-client</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/mule/mule-extras-client/
implementation 'mule:mule-extras-client:1.1.1'
// https://jarcasting.com/artifacts/mule/mule-extras-client/
implementation ("mule:mule-extras-client:1.1.1")
'mule:mule-extras-client:jar:1.1.1'
<dependency org="mule" name="mule-extras-client" rev="1.1.1">
<artifact name="mule-extras-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='mule', module='mule-extras-client', version='1.1.1')
)
libraryDependencies += "mule" % "mule-extras-client" % "1.1.1"
[mule/mule-extras-client "1.1.1"]