GroupId | GroupIdorg.ow2.orchestra |
---|---|
ArtifactId | ArtifactIdorchestra-common-war |
Version | Version4.4.1 |
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.4.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-common-war/
implementation 'org.ow2.orchestra:orchestra-common-war:4.4.1'
// https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-common-war/
implementation ("org.ow2.orchestra:orchestra-common-war:4.4.1")
'org.ow2.orchestra:orchestra-common-war:war:4.4.1'
<dependency org="org.ow2.orchestra" name="orchestra-common-war" rev="4.4.1">
<artifact name="orchestra-common-war" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ow2.orchestra', module='orchestra-common-war', version='4.4.1')
)
libraryDependencies += "org.ow2.orchestra" % "orchestra-common-war" % "4.4.1"
[org.ow2.orchestra/orchestra-common-war "4.4.1"]