Categories |
CategoriesSearch Business Logic Libraries |
---|---|
GroupId | GroupIdorg.aperteworkflow |
ArtifactId | ArtifactIdmule-flightsearch-sample |
Version | Version2.0-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.aperteworkflow/mule-flightsearch-sample/ -->
<dependency>
<groupId>org.aperteworkflow</groupId>
<artifactId>mule-flightsearch-sample</artifactId>
<version>2.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.aperteworkflow/mule-flightsearch-sample/
implementation 'org.aperteworkflow:mule-flightsearch-sample:2.0-RC1'
// https://jarcasting.com/artifacts/org.aperteworkflow/mule-flightsearch-sample/
implementation ("org.aperteworkflow:mule-flightsearch-sample:2.0-RC1")
'org.aperteworkflow:mule-flightsearch-sample:jar:2.0-RC1'
<dependency org="org.aperteworkflow" name="mule-flightsearch-sample" rev="2.0-RC1">
<artifact name="mule-flightsearch-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aperteworkflow', module='mule-flightsearch-sample', version='2.0-RC1')
)
libraryDependencies += "org.aperteworkflow" % "mule-flightsearch-sample" % "2.0-RC1"
[org.aperteworkflow/mule-flightsearch-sample "2.0-RC1"]