MVN

com.github.brunotl : boost_config

Maven & Gradle

Jan 07, 2023
16 usages
68 stars

Config · Helps Boost library developers adapt to compiler idiosyncrasies; not intended for library users.

<dependency>
    <groupId>com.github.brunotl</groupId>
    <artifactId>boost_config</artifactId>
    <version>1.81.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.brunotl : boost_config to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.81.0

All Versions

Choose a version of com.github.brunotl : boost_config to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.81.x
boost_config-1.81.0
1.80.x
boost_config-1.80.0
1.78.x
boost_config-1.78.0
1.76.x
boost_config-1.76.0

How to add a dependency to Maven

Add the following com.github.brunotl : boost_config maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.brunotl</groupId>
    <artifactId>boost_config</artifactId>
    <version>1.81.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.brunotl : boost_config gradle dependency to your build.gradle file:

implementation 'com.github.brunotl:boost_config:1.81.0'

Gradle Kotlin DSL: Add the following com.github.brunotl : boost_config gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.brunotl:boost_config:1.81.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.brunotl : boost_config sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.brunotl" % "boost_config" % "1.81.0"

Advertisement