文件下载
文件名 操作
maven-import-bom-3.6.1.1.pom 下载
Apache Maven
<dependency>
  <groupId>org.infrastructurebuilder</groupId>
  <artifactId>maven-import-bom</artifactId>
  <version>3.6.1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.infrastructurebuilder:maven-import-bom:3.6.1.1'
Gradle Kotlin
implementation("org.infrastructurebuilder:maven-import-bom:3.6.1.1")
Scala SBT
libraryDependencies += "org.infrastructurebuilder" % "maven-import-bom" % "3.6.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.infrastructurebuilder', module='maven-import-bom', version='3.6.1.1')
)
Apache Ivy
<dependency org="org.infrastructurebuilder" name="maven-import-bom" rev="3.6.1.1" />
Leiningen
[org.infrastructurebuilder/maven-import-bom "3.6.1.1"]
Apache Buildr
'org.infrastructurebuilder:maven-import-bom:jar:3.6.1.1'
本项目依赖
该项目无第三方依赖