b

bard-bom

Bard Framework BOM (Bill of Materials)
Vahid Zafari
Files download
File Operation
bard-bom-3.1.30.pom download
Apache Maven
<dependency>
  <groupId>org.bardframework</groupId>
  <artifactId>bard-bom</artifactId>
  <version>3.1.30</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.bardframework:bard-bom:3.1.30'
Gradle Kotlin
implementation("org.bardframework:bard-bom:3.1.30")
Scala SBT
libraryDependencies += "org.bardframework" % "bard-bom" % "3.1.30"
Groovy Grape
@Grapes(
  @Grab(group='org.bardframework', module='bard-bom', version='3.1.30')
)
Apache Ivy
<dependency org="org.bardframework" name="bard-bom" rev="3.1.30" />
Leiningen
[org.bardframework/bard-bom "3.1.30"]
Apache Buildr
'org.bardframework:bard-bom:jar:3.1.30'