GroupId | GroupIdorg.ow2.opensuit |
---|---|
ArtifactId | ArtifactIdopensuit-sample-livetour |
Version | Version1.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.ow2.opensuit/opensuit-sample-livetour/ -->
<dependency>
<groupId>org.ow2.opensuit</groupId>
<artifactId>opensuit-sample-livetour</artifactId>
<version>1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.opensuit/opensuit-sample-livetour/
implementation 'org.ow2.opensuit:opensuit-sample-livetour:1.0'
// https://jarcasting.com/artifacts/org.ow2.opensuit/opensuit-sample-livetour/
implementation ("org.ow2.opensuit:opensuit-sample-livetour:1.0")
'org.ow2.opensuit:opensuit-sample-livetour:war:1.0'
<dependency org="org.ow2.opensuit" name="opensuit-sample-livetour" rev="1.0">
<artifact name="opensuit-sample-livetour" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ow2.opensuit', module='opensuit-sample-livetour', version='1.0')
)
libraryDependencies += "org.ow2.opensuit" % "opensuit-sample-livetour" % "1.0"
[org.ow2.opensuit/opensuit-sample-livetour "1.0"]