GroupId | GroupIdorg.flowstep |
---|---|
ArtifactId | ArtifactIdflowstep-bom |
Version | Version1.0.4 |
Type | Typepom |
Description |
DescriptionflowStep Bill Of Material
|
Filename | Size |
---|---|
flowstep-bom-1.0.4.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.flowstep/flowstep-bom/ -->
<dependency>
<groupId>org.flowstep</groupId>
<artifactId>flowstep-bom</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.flowstep/flowstep-bom/
implementation 'org.flowstep:flowstep-bom:1.0.4'
// https://jarcasting.com/artifacts/org.flowstep/flowstep-bom/
implementation ("org.flowstep:flowstep-bom:1.0.4")
'org.flowstep:flowstep-bom:pom:1.0.4'
<dependency org="org.flowstep" name="flowstep-bom" rev="1.0.4">
<artifact name="flowstep-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.flowstep', module='flowstep-bom', version='1.0.4')
)
libraryDependencies += "org.flowstep" % "flowstep-bom" % "1.0.4"
[org.flowstep/flowstep-bom "1.0.4"]