| GroupId | GroupIdorg.wso2.ei | 
|---|---|
| ArtifactId | ArtifactIdservice-samples | 
| Version | Version6.1.1-update10 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.wso2.ei/service-samples/ -->
<dependency>
    <groupId>org.wso2.ei</groupId>
    <artifactId>service-samples</artifactId>
    <version>6.1.1-update10</version>
</dependency>// https://jarcasting.com/artifacts/org.wso2.ei/service-samples/
implementation 'org.wso2.ei:service-samples:6.1.1-update10'// https://jarcasting.com/artifacts/org.wso2.ei/service-samples/
implementation ("org.wso2.ei:service-samples:6.1.1-update10")'org.wso2.ei:service-samples:jar:6.1.1-update10'<dependency org="org.wso2.ei" name="service-samples" rev="6.1.1-update10">
  <artifact name="service-samples" type="jar" />
</dependency>@Grapes(
@Grab(group='org.wso2.ei', module='service-samples', version='6.1.1-update10')
)libraryDependencies += "org.wso2.ei" % "service-samples" % "6.1.1-update10"[org.wso2.ei/service-samples "6.1.1-update10"]