| License |
License |
|---|---|
| GroupId | GroupIdorg.shakespeareframework |
| ArtifactId | ArtifactIdbom |
| Last Version | Last Version0.5.3 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionShakespeare BOM
Bill of Matrial (BOM) for the Shakespeare framework.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| bom-0.5.3.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/org.shakespeareframework/bom/ -->
<dependency>
<groupId>org.shakespeareframework</groupId>
<artifactId>bom</artifactId>
<version>0.5.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.shakespeareframework/bom/
implementation 'org.shakespeareframework:bom:0.5.3'
// https://jarcasting.com/artifacts/org.shakespeareframework/bom/
implementation ("org.shakespeareframework:bom:0.5.3")
'org.shakespeareframework:bom:pom:0.5.3'
<dependency org="org.shakespeareframework" name="bom" rev="0.5.3">
<artifact name="bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.shakespeareframework', module='bom', version='0.5.3')
)
libraryDependencies += "org.shakespeareframework" % "bom" % "0.5.3"
[org.shakespeareframework/bom "0.5.3"]