is not current version
Last Version 1.0.3

org.ow2.opensuit:opensuit-sample-helloworld 1.0.1


GroupId

GroupId

org.ow2.opensuit
ArtifactId

ArtifactId

opensuit-sample-helloworld
Version

Version

1.0.1
Type

Type

war

Download opensuit-sample-helloworld 1.0.1


<!-- https://jarcasting.com/artifacts/org.ow2.opensuit/opensuit-sample-helloworld/ -->
<dependency>
    <groupId>org.ow2.opensuit</groupId>
    <artifactId>opensuit-sample-helloworld</artifactId>
    <version>1.0.1</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.opensuit/opensuit-sample-helloworld/
implementation 'org.ow2.opensuit:opensuit-sample-helloworld:1.0.1'
// https://jarcasting.com/artifacts/org.ow2.opensuit/opensuit-sample-helloworld/
implementation ("org.ow2.opensuit:opensuit-sample-helloworld:1.0.1")
'org.ow2.opensuit:opensuit-sample-helloworld:war:1.0.1'
<dependency org="org.ow2.opensuit" name="opensuit-sample-helloworld" rev="1.0.1">
  <artifact name="opensuit-sample-helloworld" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ow2.opensuit', module='opensuit-sample-helloworld', version='1.0.1')
)
libraryDependencies += "org.ow2.opensuit" % "opensuit-sample-helloworld" % "1.0.1"
[org.ow2.opensuit/opensuit-sample-helloworld "1.0.1"]