is not current version
Last Version 0.3.0

com.github.yuizho:db-raccoon 0.1.0

A JUnit5 extension to make the test data setup easier.

GroupId

GroupId

com.github.yuizho
ArtifactId

ArtifactId

db-raccoon
Version

Version

0.1.0
Type

Type

jar

Download db-raccoon 0.1.0


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