is not current version
Last Version 0.5.3

org.shakespeareframework:bom 0.5.2

Bill of Matrial (BOM) for the Shakespeare framework.

GroupId

GroupId

org.shakespeareframework
ArtifactId

ArtifactId

bom
Version

Version

0.5.2
Type

Type

pom

Download bom 0.5.2

Filename Size
bom-0.5.2.pom
Browse

<!-- https://jarcasting.com/artifacts/org.shakespeareframework/bom/ -->
<dependency>
    <groupId>org.shakespeareframework</groupId>
    <artifactId>bom</artifactId>
    <version>0.5.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.shakespeareframework/bom/
implementation 'org.shakespeareframework:bom:0.5.2'
// https://jarcasting.com/artifacts/org.shakespeareframework/bom/
implementation ("org.shakespeareframework:bom:0.5.2")
'org.shakespeareframework:bom:pom:0.5.2'
<dependency org="org.shakespeareframework" name="bom" rev="0.5.2">
  <artifact name="bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.shakespeareframework', module='bom', version='0.5.2')
)
libraryDependencies += "org.shakespeareframework" % "bom" % "0.5.2"
[org.shakespeareframework/bom "0.5.2"]