| Категории |
КатегорииSearch Прикладные библиотеки |
|---|---|
| Группа | Группаorg.aperteworkflow |
| Идентификатор | Идентификаторmule-flightsearch-sample |
| Версия | Версия3.0-beta1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.aperteworkflow/mule-flightsearch-sample/ -->
<dependency>
<groupId>org.aperteworkflow</groupId>
<artifactId>mule-flightsearch-sample</artifactId>
<version>3.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.aperteworkflow/mule-flightsearch-sample/
implementation 'org.aperteworkflow:mule-flightsearch-sample:3.0-beta1'
// https://jarcasting.com/artifacts/org.aperteworkflow/mule-flightsearch-sample/
implementation ("org.aperteworkflow:mule-flightsearch-sample:3.0-beta1")
'org.aperteworkflow:mule-flightsearch-sample:jar:3.0-beta1'
<dependency org="org.aperteworkflow" name="mule-flightsearch-sample" rev="3.0-beta1">
<artifact name="mule-flightsearch-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aperteworkflow', module='mule-flightsearch-sample', version='3.0-beta1')
)
libraryDependencies += "org.aperteworkflow" % "mule-flightsearch-sample" % "3.0-beta1"
[org.aperteworkflow/mule-flightsearch-sample "3.0-beta1"]