MVN

com.github.gquintana.beepbeep : beepbeep

Maven & Gradle

Jan 17, 2019
7 stars

beepbeep · Beep beep can run scripts on SQL and NoSQL databases and track already ran/new scripts.

<dependency>
    <groupId>com.github.gquintana.beepbeep</groupId>
    <artifactId>beepbeep</artifactId>
    <version>0.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.3.0

All Versions

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

Version Vulnerabilities Updated
0.3.x
beepbeep-0.3.0
0.1.x
beepbeep-0.1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.gquintana.beepbeep</groupId>
    <artifactId>beepbeep</artifactId>
    <version>0.3.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.gquintana.beepbeep:beepbeep:0.3.0'

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

implementation("com.github.gquintana.beepbeep:beepbeep:0.3.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.gquintana.beepbeep" % "beepbeep" % "0.3.0"