не последняя версия
Последняя версия 1.1.1

com.eclecticlogic:pedal-loader 1.0.0

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).

Группа

Группа

com.eclecticlogic
Идентификатор

Идентификатор

pedal-loader
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать pedal-loader 1.0.0


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