b

bard-bom

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