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