is not current version
Last Version 1.0.3

com.ibm.cics:cics-bundle-gradle 1.0.0


Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.ibm.cics
ArtifactId

ArtifactId

cics-bundle-gradle
Version

Version

1.0.0
Type

Type

jar

Download cics-bundle-gradle 1.0.0


<!-- https://jarcasting.com/artifacts/com.ibm.cics/cics-bundle-gradle/ -->
<dependency>
    <groupId>com.ibm.cics</groupId>
    <artifactId>cics-bundle-gradle</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.cics/cics-bundle-gradle/
implementation 'com.ibm.cics:cics-bundle-gradle:1.0.0'
// https://jarcasting.com/artifacts/com.ibm.cics/cics-bundle-gradle/
implementation ("com.ibm.cics:cics-bundle-gradle:1.0.0")
'com.ibm.cics:cics-bundle-gradle:jar:1.0.0'
<dependency org="com.ibm.cics" name="cics-bundle-gradle" rev="1.0.0">
  <artifact name="cics-bundle-gradle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.cics', module='cics-bundle-gradle', version='1.0.0')
)
libraryDependencies += "com.ibm.cics" % "cics-bundle-gradle" % "1.0.0"
[com.ibm.cics/cics-bundle-gradle "1.0.0"]