Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.tuscany.sca |
ArtifactId | ArtifactIdhelloworld-client-webapp |
Version | Version2.0-Beta2 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.apache.tuscany.sca/helloworld-client-webapp/ -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>helloworld-client-webapp</artifactId>
<version>2.0-Beta2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tuscany.sca/helloworld-client-webapp/
implementation 'org.apache.tuscany.sca:helloworld-client-webapp:2.0-Beta2'
// https://jarcasting.com/artifacts/org.apache.tuscany.sca/helloworld-client-webapp/
implementation ("org.apache.tuscany.sca:helloworld-client-webapp:2.0-Beta2")
'org.apache.tuscany.sca:helloworld-client-webapp:war:2.0-Beta2'
<dependency org="org.apache.tuscany.sca" name="helloworld-client-webapp" rev="2.0-Beta2">
<artifact name="helloworld-client-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.tuscany.sca', module='helloworld-client-webapp', version='2.0-Beta2')
)
libraryDependencies += "org.apache.tuscany.sca" % "helloworld-client-webapp" % "2.0-Beta2"
[org.apache.tuscany.sca/helloworld-client-webapp "2.0-Beta2"]