MVN

com.butor : butor-attrset-dao

Maven & Gradle

Nov 22, 2019
6 usages

Butor Framework Service - Attribute DAO Module · This project is an attribute module. Used to persist key / values to a database (dao).

<dependency>
    <groupId>com.butor</groupId>
    <artifactId>butor-attrset-dao</artifactId>
    <version>1.0.30</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.butor : butor-attrset-dao to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.30

All Versions

Choose a version of com.butor : butor-attrset-dao to add to Maven or Gradle - All Versions:

  • Version Updated
  • butor-attrset-dao-1.0.30

    Nov 22, 2019
  • butor-attrset-dao-1.0.29

    Aug 30, 2019
  • butor-attrset-dao-1.0.28

    May 21, 2019
  • butor-attrset-dao-1.0.27

    Apr 24, 2019
  • butor-attrset-dao-1.0.25

    Apr 19, 2019
  • butor-attrset-dao-1.0.24

    Dec 03, 2018
  • butor-attrset-dao-1.0.23

    Nov 23, 2018
  • butor-attrset-dao-1.0.22

    Sep 12, 2018
  • butor-attrset-dao-1.0.21

    May 19, 2018
  • butor-attrset-dao-1.0.19

    Mar 27, 2018
  • butor-attrset-dao-1.0.18

    Mar 19, 2018
  • butor-attrset-dao-1.0.17

    Feb 14, 2018
  • butor-attrset-dao-1.0.14

    Jan 28, 2018
  • butor-attrset-dao-1.0.13

    Nov 21, 2017
  • butor-attrset-dao-1.0.12

    Oct 18, 2017
  • butor-attrset-dao-1.0.9

    Aug 27, 2017
  • butor-attrset-dao-1.0.7

    Jun 23, 2017
  • butor-attrset-dao-1.0.6

    Dec 03, 2016
  • butor-attrset-dao-1.0.3

    Nov 22, 2016
  • butor-attrset-dao-1.0.0

    May 13, 2015
  • butor-attrset-dao-0.9.0

    Aug 19, 2014
  • butor-attrset-dao-0.0.2

    Jun 03, 2014

How to add a dependency to Maven

Add the following com.butor : butor-attrset-dao maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.butor</groupId>
    <artifactId>butor-attrset-dao</artifactId>
    <version>1.0.30</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.butor : butor-attrset-dao gradle dependency to your build.gradle file:

implementation 'com.butor:butor-attrset-dao:1.0.30'

Gradle Kotlin DSL: Add the following com.butor : butor-attrset-dao gradle kotlin dependency to your build.gradle.kts file:

implementation("com.butor:butor-attrset-dao:1.0.30")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.butor : butor-attrset-dao sbt scala dependency to your build.sbt file:

libraryDependencies += "com.butor" % "butor-attrset-dao" % "1.0.30"