GroupId | GroupIdorg.aperteworkflow |
---|---|
ArtifactId | ArtifactIdsample-mule-step |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
sample-mule-step-1.1.pom | |
sample-mule-step-1.1.jar | 2 KB |
sample-mule-step-1.1-sources.jar | 1 KB |
sample-mule-step-1.1-javadoc.jar | 334 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.aperteworkflow/sample-mule-step/ -->
<dependency>
<groupId>org.aperteworkflow</groupId>
<artifactId>sample-mule-step</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.aperteworkflow/sample-mule-step/
implementation 'org.aperteworkflow:sample-mule-step:1.1'
// https://jarcasting.com/artifacts/org.aperteworkflow/sample-mule-step/
implementation ("org.aperteworkflow:sample-mule-step:1.1")
'org.aperteworkflow:sample-mule-step:jar:1.1'
<dependency org="org.aperteworkflow" name="sample-mule-step" rev="1.1">
<artifact name="sample-mule-step" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aperteworkflow', module='sample-mule-step', version='1.1')
)
libraryDependencies += "org.aperteworkflow" % "sample-mule-step" % "1.1"
[org.aperteworkflow/sample-mule-step "1.1"]