MVN

io.github.alexarchambault.bleep : bloop-config_2.13

Maven & Gradle

Nov 29, 2022
4 usages
873 stars

bloop-config · bloop-config

<dependency>
    <groupId>io.github.alexarchambault.bleep</groupId>
    <artifactId>bloop-config_2.13</artifactId>
    <version>1.5.4-sc-4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.alexarchambault.bleep : bloop-config_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.4-sc-4

All Versions

Choose a version of io.github.alexarchambault.bleep : bloop-config_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
bloop-config_2.13-1.5.4-sc-4
bloop-config_2.13-1.5.4-sc-3
bloop-config_2.13-1.5.4-sc-2
bloop-config_2.13-1.5.4-sc-1
bloop-config_2.13-1.5.3-sc-1
bloop-config_2.13-1.5.0-sc-1
1.4.x
bloop-config_2.13-1.4.20
bloop-config_2.13-1.4.19-2
bloop-config_2.13-1.4.19-1
bloop-config_2.13-1.4.19
bloop-config_2.13-1.4.18
bloop-config_2.13-1.4.17
bloop-config_2.13-1.4.16-1
bloop-config_2.13-1.4.16
bloop-config_2.13-1.4.15
bloop-config_2.13-1.4.14
bloop-config_2.13-1.4.13
bloop-config_2.13-1.4.12

How to add a dependency to Maven

Add the following io.github.alexarchambault.bleep : bloop-config_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.alexarchambault.bleep</groupId>
    <artifactId>bloop-config_2.13</artifactId>
    <version>1.5.4-sc-4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.alexarchambault.bleep : bloop-config_2.13 gradle dependency to your build.gradle file:

implementation 'io.github.alexarchambault.bleep:bloop-config_2.13:1.5.4-sc-4'

Gradle Kotlin DSL: Add the following io.github.alexarchambault.bleep : bloop-config_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.alexarchambault.bleep:bloop-config_2.13:1.5.4-sc-4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.alexarchambault.bleep : bloop-config_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.alexarchambault.bleep" % "bloop-config_2.13" % "1.5.4-sc-4"