GroupId | GroupIdorg.ibissource |
---|---|
ArtifactId | ArtifactIdibis-adapterframework-test-ear |
Version | Version7.5-RC3 |
Type | Typeear |
<!-- https://jarcasting.com/artifacts/org.ibissource/ibis-adapterframework-test-ear/ -->
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-test-ear</artifactId>
<version>7.5-RC3</version>
<type>ear</type>
</dependency>
// https://jarcasting.com/artifacts/org.ibissource/ibis-adapterframework-test-ear/
implementation 'org.ibissource:ibis-adapterframework-test-ear:7.5-RC3'
// https://jarcasting.com/artifacts/org.ibissource/ibis-adapterframework-test-ear/
implementation ("org.ibissource:ibis-adapterframework-test-ear:7.5-RC3")
'org.ibissource:ibis-adapterframework-test-ear:ear:7.5-RC3'
<dependency org="org.ibissource" name="ibis-adapterframework-test-ear" rev="7.5-RC3">
<artifact name="ibis-adapterframework-test-ear" type="ear" />
</dependency>
@Grapes(
@Grab(group='org.ibissource', module='ibis-adapterframework-test-ear', version='7.5-RC3')
)
libraryDependencies += "org.ibissource" % "ibis-adapterframework-test-ear" % "7.5-RC3"
[org.ibissource/ibis-adapterframework-test-ear "7.5-RC3"]