is not current version
Last Version 1.1.1

com.eclecticlogic:pedal-loader 1.0.2

A DSL for data loading that is particularly suited for unit-testing with the database. The load scripts work at the JPA entity level (not database columns and values but JPA entity properties and "converted" types).

GroupId

GroupId

com.eclecticlogic
ArtifactId

ArtifactId

pedal-loader
Version

Version

1.0.2
Type

Type

jar

Download pedal-loader 1.0.2


<!-- https://jarcasting.com/artifacts/com.eclecticlogic/pedal-loader/ -->
<dependency>
    <groupId>com.eclecticlogic</groupId>
    <artifactId>pedal-loader</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.eclecticlogic/pedal-loader/
implementation 'com.eclecticlogic:pedal-loader:1.0.2'
// https://jarcasting.com/artifacts/com.eclecticlogic/pedal-loader/
implementation ("com.eclecticlogic:pedal-loader:1.0.2")
'com.eclecticlogic:pedal-loader:jar:1.0.2'
<dependency org="com.eclecticlogic" name="pedal-loader" rev="1.0.2">
  <artifact name="pedal-loader" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eclecticlogic', module='pedal-loader', version='1.0.2')
)
libraryDependencies += "com.eclecticlogic" % "pedal-loader" % "1.0.2"
[com.eclecticlogic/pedal-loader "1.0.2"]