Categories |
CategoriesIDE Development Tools Data |
---|---|
GroupId | GroupIdcom.github.database-rider |
ArtifactId | ArtifactIdspringboot-dbunit-sample |
Version | Version1.30.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.database-rider/springboot-dbunit-sample/ -->
<dependency>
<groupId>com.github.database-rider</groupId>
<artifactId>springboot-dbunit-sample</artifactId>
<version>1.30.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.database-rider/springboot-dbunit-sample/
implementation 'com.github.database-rider:springboot-dbunit-sample:1.30.0'
// https://jarcasting.com/artifacts/com.github.database-rider/springboot-dbunit-sample/
implementation ("com.github.database-rider:springboot-dbunit-sample:1.30.0")
'com.github.database-rider:springboot-dbunit-sample:jar:1.30.0'
<dependency org="com.github.database-rider" name="springboot-dbunit-sample" rev="1.30.0">
<artifact name="springboot-dbunit-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.database-rider', module='springboot-dbunit-sample', version='1.30.0')
)
libraryDependencies += "com.github.database-rider" % "springboot-dbunit-sample" % "1.30.0"
[com.github.database-rider/springboot-dbunit-sample "1.30.0"]