MVN

org.brutusin : flea-db

Maven & Gradle

Sep 16, 2015
15 stars

A tiny, embeddable, schema-full, JSON database

<dependency>
    <groupId>org.brutusin</groupId>
    <artifactId>flea-db</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.brutusin : flea-db to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of org.brutusin : flea-db to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
flea-db-1.0.1
flea-db-1.0.0

How to add a dependency to Maven

Add the following org.brutusin : flea-db maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.brutusin</groupId>
    <artifactId>flea-db</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.brutusin : flea-db gradle dependency to your build.gradle file:

implementation 'org.brutusin:flea-db:1.0.1'

Gradle Kotlin DSL: Add the following org.brutusin : flea-db gradle kotlin dependency to your build.gradle.kts file:

implementation("org.brutusin:flea-db:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.brutusin : flea-db sbt scala dependency to your build.sbt file:

libraryDependencies += "org.brutusin" % "flea-db" % "1.0.1"

Advertisement