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