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