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