GroupId | GroupIdorg.ow2.petals.samples.flowable |
---|---|
ArtifactId | ArtifactIdsamples-SOAP-services |
Version | Version1.0.0-1.0.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.ow2.petals.samples.flowable/samples-SOAP-services/ -->
<dependency>
<groupId>org.ow2.petals.samples.flowable</groupId>
<artifactId>samples-SOAP-services</artifactId>
<version>1.0.0-1.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals.samples.flowable/samples-SOAP-services/
implementation 'org.ow2.petals.samples.flowable:samples-SOAP-services:1.0.0-1.0.0'
// https://jarcasting.com/artifacts/org.ow2.petals.samples.flowable/samples-SOAP-services/
implementation ("org.ow2.petals.samples.flowable:samples-SOAP-services:1.0.0-1.0.0")
'org.ow2.petals.samples.flowable:samples-SOAP-services:war:1.0.0-1.0.0'
<dependency org="org.ow2.petals.samples.flowable" name="samples-SOAP-services" rev="1.0.0-1.0.0">
<artifact name="samples-SOAP-services" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals.samples.flowable', module='samples-SOAP-services', version='1.0.0-1.0.0')
)
libraryDependencies += "org.ow2.petals.samples.flowable" % "samples-SOAP-services" % "1.0.0-1.0.0"
[org.ow2.petals.samples.flowable/samples-SOAP-services "1.0.0-1.0.0"]