GroupId | GroupIdorg.aperteworkflow |
---|---|
ArtifactId | ArtifactIdsample-mule-step |
Version | Version2.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
sample-mule-step-2.0-RC1.pom | |
sample-mule-step-2.0-RC1.jar | 2 KB |
sample-mule-step-2.0-RC1-sources.jar | 1 KB |
sample-mule-step-2.0-RC1-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>2.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.aperteworkflow/sample-mule-step/
implementation 'org.aperteworkflow:sample-mule-step:2.0-RC1'
// https://jarcasting.com/artifacts/org.aperteworkflow/sample-mule-step/
implementation ("org.aperteworkflow:sample-mule-step:2.0-RC1")
'org.aperteworkflow:sample-mule-step:jar:2.0-RC1'
<dependency org="org.aperteworkflow" name="sample-mule-step" rev="2.0-RC1">
<artifact name="sample-mule-step" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aperteworkflow', module='sample-mule-step', version='2.0-RC1')
)
libraryDependencies += "org.aperteworkflow" % "sample-mule-step" % "2.0-RC1"
[org.aperteworkflow/sample-mule-step "2.0-RC1"]