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