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