| GroupId | GroupIdorg.wso2.ei | 
|---|---|
| ArtifactId | ArtifactIdservice-samples | 
| Version | Version1.2.0-alpha | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| service-samples-1.2.0-alpha.pom | |
| service-samples-1.2.0-alpha.jar | 46 KB | 
| service-samples-1.2.0-alpha-sources.jar | 40 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.wso2.ei/service-samples/ -->
<dependency>
    <groupId>org.wso2.ei</groupId>
    <artifactId>service-samples</artifactId>
    <version>1.2.0-alpha</version>
</dependency>// https://jarcasting.com/artifacts/org.wso2.ei/service-samples/
implementation 'org.wso2.ei:service-samples:1.2.0-alpha'// https://jarcasting.com/artifacts/org.wso2.ei/service-samples/
implementation ("org.wso2.ei:service-samples:1.2.0-alpha")'org.wso2.ei:service-samples:jar:1.2.0-alpha'<dependency org="org.wso2.ei" name="service-samples" rev="1.2.0-alpha">
  <artifact name="service-samples" type="jar" />
</dependency>@Grapes(
@Grab(group='org.wso2.ei', module='service-samples', version='1.2.0-alpha')
)libraryDependencies += "org.wso2.ei" % "service-samples" % "1.2.0-alpha"[org.wso2.ei/service-samples "1.2.0-alpha"]