| Группа | Группаcom.github.dbunit-rules |
|---|---|
| Идентификатор | Идентификаторcore |
| Версия | Версия0.4.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| core-0.4.1.pom | |
| core-0.4.1.jar | 30 KB |
| core-0.4.1-sources.jar | 15 KB |
| core-0.4.1-javadoc.jar | 142 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.dbunit-rules/core/ -->
<dependency>
<groupId>com.github.dbunit-rules</groupId>
<artifactId>core</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dbunit-rules/core/
implementation 'com.github.dbunit-rules:core:0.4.1'
// https://jarcasting.com/artifacts/com.github.dbunit-rules/core/
implementation ("com.github.dbunit-rules:core:0.4.1")
'com.github.dbunit-rules:core:jar:0.4.1'
<dependency org="com.github.dbunit-rules" name="core" rev="0.4.1">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dbunit-rules', module='core', version='0.4.1')
)
libraryDependencies += "com.github.dbunit-rules" % "core" % "0.4.1"
[com.github.dbunit-rules/core "0.4.1"]