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