GroupId | GroupIdorg.ow2.orchestra |
---|---|
ArtifactId | ArtifactIdorchestra-common-war |
Version | Version4.7.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-common-war/ -->
<dependency>
<groupId>org.ow2.orchestra</groupId>
<artifactId>orchestra-common-war</artifactId>
<version>4.7.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-common-war/
implementation 'org.ow2.orchestra:orchestra-common-war:4.7.0'
// https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-common-war/
implementation ("org.ow2.orchestra:orchestra-common-war:4.7.0")
'org.ow2.orchestra:orchestra-common-war:war:4.7.0'
<dependency org="org.ow2.orchestra" name="orchestra-common-war" rev="4.7.0">
<artifact name="orchestra-common-war" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ow2.orchestra', module='orchestra-common-war', version='4.7.0')
)
libraryDependencies += "org.ow2.orchestra" % "orchestra-common-war" % "4.7.0"
[org.ow2.orchestra/orchestra-common-war "4.7.0"]