License |
License |
---|---|
GroupId | GroupIdorg.shakespeareframework |
ArtifactId | ArtifactIdbom |
Version | Version0.4 |
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.4.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/org.shakespeareframework/bom/ -->
<dependency>
<groupId>org.shakespeareframework</groupId>
<artifactId>bom</artifactId>
<version>0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.shakespeareframework/bom/
implementation 'org.shakespeareframework:bom:0.4'
// https://jarcasting.com/artifacts/org.shakespeareframework/bom/
implementation ("org.shakespeareframework:bom:0.4")
'org.shakespeareframework:bom:pom:0.4'
<dependency org="org.shakespeareframework" name="bom" rev="0.4">
<artifact name="bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.shakespeareframework', module='bom', version='0.4')
)
libraryDependencies += "org.shakespeareframework" % "bom" % "0.4"
[org.shakespeareframework/bom "0.4"]