b

bom

Bill of materials
Files download
File Operation
bom-1.1.4.pom download
Apache Maven
<dependency>
  <groupId>com.mastercard.test.flow</groupId>
  <artifactId>bom</artifactId>
  <version>1.1.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.mastercard.test.flow:bom:1.1.4'
Gradle Kotlin
implementation("com.mastercard.test.flow:bom:1.1.4")
Scala SBT
libraryDependencies += "com.mastercard.test.flow" % "bom" % "1.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.mastercard.test.flow', module='bom', version='1.1.4')
)
Apache Ivy
<dependency org="com.mastercard.test.flow" name="bom" rev="1.1.4" />
Leiningen
[com.mastercard.test.flow/bom "1.1.4"]
Apache Buildr
'com.mastercard.test.flow:bom:jar:1.1.4'