MVN

build.bleep : bleep-tasks_2.12

Maven & Gradle

Nov 06, 2022
137 stars

bleep-tasks_2.12 · A bleeping fast scala build tool!

<dependency>
    <groupId>build.bleep</groupId>
    <artifactId>bleep-tasks_2.12</artifactId>
    <version>0.0.1-M19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of build.bleep : bleep-tasks_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1-M19

All Versions

Choose a version of build.bleep : bleep-tasks_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
bleep-tasks_2.12-0.0.1-M19
bleep-tasks_2.12-0.0.1-M18
bleep-tasks_2.12-0.0.1-M17
bleep-tasks_2.12-0.0.1-M16
bleep-tasks_2.12-0.0.1-M15
bleep-tasks_2.12-0.0.1-M14
bleep-tasks_2.12-0.0.1-M13
bleep-tasks_2.12-0.0.1-M12
bleep-tasks_2.12-0.0.1-M11
bleep-tasks_2.12-0.0.1-M10
bleep-tasks_2.12-0.0.1-M9
bleep-tasks_2.12-0.0.1-M8
bleep-tasks_2.12-0.0.1-M7
bleep-tasks_2.12-0.0.1-M6
bleep-tasks_2.12-0.0.1-M5
bleep-tasks_2.12-0.0.1-M4
bleep-tasks_2.12-0.0.1-M3

How to add a dependency to Maven

Add the following build.bleep : bleep-tasks_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>build.bleep</groupId>
    <artifactId>bleep-tasks_2.12</artifactId>
    <version>0.0.1-M19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following build.bleep : bleep-tasks_2.12 gradle dependency to your build.gradle file:

implementation 'build.bleep:bleep-tasks_2.12:0.0.1-M19'

Gradle Kotlin DSL: Add the following build.bleep : bleep-tasks_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("build.bleep:bleep-tasks_2.12:0.0.1-M19")

How to add a dependency to SBT Scala

SBT Scala: Add the following build.bleep : bleep-tasks_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "build.bleep" % "bleep-tasks_2.12" % "0.0.1-M19"

Advertisement