| License |
License |
|---|---|
| GroupId | GroupIdcom.eclecticlogic |
| ArtifactId | ArtifactIdpedal-loader |
| Last Version | Last Version1.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPedal Loader
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).
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| pedal-loader-1.1.1.pom | |
| pedal-loader-1.1.1.jar | 21 KB |
| pedal-loader-1.1.1-sources.jar | 10 KB |
| pedal-loader-1.1.1-javadoc.jar | 66 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.eclecticlogic/pedal-loader/ -->
<dependency>
<groupId>com.eclecticlogic</groupId>
<artifactId>pedal-loader</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.eclecticlogic/pedal-loader/
implementation 'com.eclecticlogic:pedal-loader:1.1.1'
// https://jarcasting.com/artifacts/com.eclecticlogic/pedal-loader/
implementation ("com.eclecticlogic:pedal-loader:1.1.1")
'com.eclecticlogic:pedal-loader:jar:1.1.1'
<dependency org="com.eclecticlogic" name="pedal-loader" rev="1.1.1">
<artifact name="pedal-loader" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eclecticlogic', module='pedal-loader', version='1.1.1')
)
libraryDependencies += "com.eclecticlogic" % "pedal-loader" % "1.1.1"
[com.eclecticlogic/pedal-loader "1.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.7 |
| commons-io : commons-io | jar | 2.4 |
| javax.annotation : javax.annotation-api | jar | 1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hibernate : hibernate-core | jar | 5.2.0.Final |
| org.codehaus.groovy : groovy-all | jar | 2.3.2 |
| org.springframework : spring-context | jar | 4.3.0.RELEASE |
| org.springframework : spring-beans | jar | 4.3.0.RELEASE |
| org.springframework : spring-orm | jar | 4.3.0.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 1.2.0.RELEASE |
| org.springframework.boot : spring-boot-starter-data-jpa | jar | 1.2.0.RELEASE |
| org.springframework.boot : spring-boot-starter-test | jar | 1.2.0.RELEASE |
| org.postgresql : postgresql | jar | 9.3-1102-jdbc41 |
| com.eclecticlogic : pedal-dialect | jar | 1.2.0 |