MVN

com.eclecticlogic : pedal

Maven & Gradle

Dec 30, 2014

Pedal - The idiomatic JPA DAO framework. · Pedal is an idiomatic JPA and Spring based DAO framework.

<dependency>
    <groupId>com.eclecticlogic</groupId>
    <artifactId>pedal</artifactId>
    <version>1.4.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.eclecticlogic : pedal to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.18

All Versions

Choose a version of com.eclecticlogic : pedal to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
pedal-1.4.18
pedal-1.4.17
pedal-1.4.16
pedal-1.4.15
pedal-1.4.14
pedal-1.4.13
pedal-1.4.12
pedal-1.4.11
pedal-1.4.10
pedal-1.4.9
pedal-1.4.8
pedal-1.4.7
pedal-1.4.6
pedal-1.4.5
pedal-1.4.4
pedal-1.4.3
pedal-1.4.2
pedal-1.4.1
pedal-1.4.0
1.3.x
pedal-1.3.13
pedal-1.3.12
pedal-1.3.11
pedal-1.3.10
pedal-1.3.9
pedal-1.3.8
pedal-1.3.7
pedal-1.3.6
pedal-1.3.5
pedal-1.3.4
pedal-1.3.3
pedal-1.3.2
pedal-1.3.1
pedal-1.3.0
1.2.x
pedal-1.2.1
pedal-1.2.0
1.1.x
pedal-1.1.0
1.0.x
pedal-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.eclecticlogic</groupId>
    <artifactId>pedal</artifactId>
    <version>1.4.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.eclecticlogic : pedal gradle dependency to your build.gradle file:

implementation 'com.eclecticlogic:pedal:1.4.18'

Gradle Kotlin DSL: Add the following com.eclecticlogic : pedal gradle kotlin dependency to your build.gradle.kts file:

implementation("com.eclecticlogic:pedal:1.4.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.eclecticlogic : pedal sbt scala dependency to your build.sbt file:

libraryDependencies += "com.eclecticlogic" % "pedal" % "1.4.18"