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