GroupId | GroupIdcom.ibm.batch |
---|---|
ArtifactId | ArtifactIdcom.ibm.batch-runtime-all |
Version | Version1.0-b03 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.ibm.batch/com.ibm.batch-runtime-all/ -->
<dependency>
<groupId>com.ibm.batch</groupId>
<artifactId>com.ibm.batch-runtime-all</artifactId>
<version>1.0-b03</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.batch/com.ibm.batch-runtime-all/
implementation 'com.ibm.batch:com.ibm.batch-runtime-all:1.0-b03'
// https://jarcasting.com/artifacts/com.ibm.batch/com.ibm.batch-runtime-all/
implementation ("com.ibm.batch:com.ibm.batch-runtime-all:1.0-b03")
'com.ibm.batch:com.ibm.batch-runtime-all:jar:1.0-b03'
<dependency org="com.ibm.batch" name="com.ibm.batch-runtime-all" rev="1.0-b03">
<artifact name="com.ibm.batch-runtime-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.batch', module='com.ibm.batch-runtime-all', version='1.0-b03')
)
libraryDependencies += "com.ibm.batch" % "com.ibm.batch-runtime-all" % "1.0-b03"
[com.ibm.batch/com.ibm.batch-runtime-all "1.0-b03"]