| Группа | Группаorg.aperteworkflow |
|---|---|
| Идентификатор | Идентификаторsample-mule-step |
| Версия | Версия1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| sample-mule-step-1.0.pom | |
| sample-mule-step-1.0.jar | 2 KB |
| sample-mule-step-1.0-sources.jar | 1 KB |
| sample-mule-step-1.0-javadoc.jar | 332 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.aperteworkflow/sample-mule-step/ -->
<dependency>
<groupId>org.aperteworkflow</groupId>
<artifactId>sample-mule-step</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.aperteworkflow/sample-mule-step/
implementation 'org.aperteworkflow:sample-mule-step:1.0'
// https://jarcasting.com/artifacts/org.aperteworkflow/sample-mule-step/
implementation ("org.aperteworkflow:sample-mule-step:1.0")
'org.aperteworkflow:sample-mule-step:jar:1.0'
<dependency org="org.aperteworkflow" name="sample-mule-step" rev="1.0">
<artifact name="sample-mule-step" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aperteworkflow', module='sample-mule-step', version='1.0')
)
libraryDependencies += "org.aperteworkflow" % "sample-mule-step" % "1.0"
[org.aperteworkflow/sample-mule-step "1.0"]