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