MVN

io.github.hashiprobr : sdx-dao

Maven & Gradle

Jul 18, 2023
0 stars

io.github.hashiprobr:sdx-dao · Simple typed DAO framework based on Google Cloud Firestore and Storage.

<dependency>
    <groupId>io.github.hashiprobr</groupId>
    <artifactId>sdx-dao</artifactId>
    <version>0.4.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.hashiprobr : sdx-dao to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.7

All Versions

Choose a version of io.github.hashiprobr : sdx-dao to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
sdx-dao-0.4.7
sdx-dao-0.4.6
sdx-dao-0.4.5
sdx-dao-0.4.4
sdx-dao-0.4.3
sdx-dao-0.4.2
sdx-dao-0.4.1
sdx-dao-0.4.0
0.3.x
sdx-dao-0.3.1
sdx-dao-0.3.0
0.2.x
sdx-dao-0.2.1
sdx-dao-0.2.0
0.1.x
sdx-dao-0.1.0
0.0.x
sdx-dao-0.0.6
sdx-dao-0.0.5
sdx-dao-0.0.2
sdx-dao-0.0.1

How to add a dependency to Maven

Add the following io.github.hashiprobr : sdx-dao maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.hashiprobr</groupId>
    <artifactId>sdx-dao</artifactId>
    <version>0.4.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.hashiprobr : sdx-dao gradle dependency to your build.gradle file:

implementation 'io.github.hashiprobr:sdx-dao:0.4.7'

Gradle Kotlin DSL: Add the following io.github.hashiprobr : sdx-dao gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.hashiprobr:sdx-dao:0.4.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.hashiprobr : sdx-dao sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.hashiprobr" % "sdx-dao" % "0.4.7"

Advertisement