GroupId | GroupIdcom.github.hippoom |
---|---|
ArtifactId | ArtifactIdspring-test-dbunit-template |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.hippoom/spring-test-dbunit-template/ -->
<dependency>
<groupId>com.github.hippoom</groupId>
<artifactId>spring-test-dbunit-template</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hippoom/spring-test-dbunit-template/
implementation 'com.github.hippoom:spring-test-dbunit-template:0.0.1'
// https://jarcasting.com/artifacts/com.github.hippoom/spring-test-dbunit-template/
implementation ("com.github.hippoom:spring-test-dbunit-template:0.0.1")
'com.github.hippoom:spring-test-dbunit-template:jar:0.0.1'
<dependency org="com.github.hippoom" name="spring-test-dbunit-template" rev="0.0.1">
<artifact name="spring-test-dbunit-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hippoom', module='spring-test-dbunit-template', version='0.0.1')
)
libraryDependencies += "com.github.hippoom" % "spring-test-dbunit-template" % "0.0.1"
[com.github.hippoom/spring-test-dbunit-template "0.0.1"]