GroupId | GroupIdorg.factcast |
---|---|
ArtifactId | ArtifactIdfactcast-bom |
Version | Version0.4.5 |
Type | Typepom |
Filename | Size |
---|---|
factcast-bom-0.4.5.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.factcast/factcast-bom/ -->
<dependency>
<groupId>org.factcast</groupId>
<artifactId>factcast-bom</artifactId>
<version>0.4.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.factcast/factcast-bom/
implementation 'org.factcast:factcast-bom:0.4.5'
// https://jarcasting.com/artifacts/org.factcast/factcast-bom/
implementation ("org.factcast:factcast-bom:0.4.5")
'org.factcast:factcast-bom:pom:0.4.5'
<dependency org="org.factcast" name="factcast-bom" rev="0.4.5">
<artifact name="factcast-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.factcast', module='factcast-bom', version='0.4.5')
)
libraryDependencies += "org.factcast" % "factcast-bom" % "0.4.5"
[org.factcast/factcast-bom "0.4.5"]