Files download
File Operation
bom-0.5.3.pom download
Apache Maven
<dependency>
  <groupId>org.shakespeareframework</groupId>
  <artifactId>bom</artifactId>
  <version>0.5.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.shakespeareframework:bom:0.5.3'
Gradle Kotlin
implementation("org.shakespeareframework:bom:0.5.3")
Scala SBT
libraryDependencies += "org.shakespeareframework" % "bom" % "0.5.3"
Groovy Grape
@Grapes(
  @Grab(group='org.shakespeareframework', module='bom', version='0.5.3')
)
Apache Ivy
<dependency org="org.shakespeareframework" name="bom" rev="0.5.3" />
Leiningen
[org.shakespeareframework/bom "0.5.3"]
Apache Buildr
'org.shakespeareframework:bom:jar:0.5.3'
Dependencies
The project has no third-party dependencies