GroupId | GroupIdcom.gestalt.jbi.components.common |
---|---|
ArtifactId | ArtifactIdwsdl-common-jbi-runtime |
Version | Version0.9.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gestalt.jbi.components.common/wsdl-common-jbi-runtime/ -->
<dependency>
<groupId>com.gestalt.jbi.components.common</groupId>
<artifactId>wsdl-common-jbi-runtime</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gestalt.jbi.components.common/wsdl-common-jbi-runtime/
implementation 'com.gestalt.jbi.components.common:wsdl-common-jbi-runtime:0.9.0'
// https://jarcasting.com/artifacts/com.gestalt.jbi.components.common/wsdl-common-jbi-runtime/
implementation ("com.gestalt.jbi.components.common:wsdl-common-jbi-runtime:0.9.0")
'com.gestalt.jbi.components.common:wsdl-common-jbi-runtime:jar:0.9.0'
<dependency org="com.gestalt.jbi.components.common" name="wsdl-common-jbi-runtime" rev="0.9.0">
<artifact name="wsdl-common-jbi-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gestalt.jbi.components.common', module='wsdl-common-jbi-runtime', version='0.9.0')
)
libraryDependencies += "com.gestalt.jbi.components.common" % "wsdl-common-jbi-runtime" % "0.9.0"
[com.gestalt.jbi.components.common/wsdl-common-jbi-runtime "0.9.0"]