License |
License |
---|---|
GroupId | GroupIdorg.apache.airavata |
ArtifactId | ArtifactIdecho-service |
Last Version | Last Version0.11 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEcho Service
Sample web services to construct as workflows to test XBaya.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
echo-service-0.11.pom | |
echo-service-0.11.jar | 8 KB |
echo-service-0.11-sources.jar | 5 KB |
echo-service-0.11-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.airavata/echo-service/ -->
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>echo-service</artifactId>
<version>0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.airavata/echo-service/
implementation 'org.apache.airavata:echo-service:0.11'
// https://jarcasting.com/artifacts/org.apache.airavata/echo-service/
implementation ("org.apache.airavata:echo-service:0.11")
'org.apache.airavata:echo-service:jar:0.11'
<dependency org="org.apache.airavata" name="echo-service" rev="0.11">
<artifact name="echo-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.airavata', module='echo-service', version='0.11')
)
libraryDependencies += "org.apache.airavata" % "echo-service" % "0.11"
[org.apache.airavata/echo-service "0.11"]