| Категории |
КатегорииJUnit Тестирование компонентов |
|---|---|
| Группа | Группаcom.github.isengrim613 |
| Идентификатор | Идентификаторjunit5-dbsetup-annotations |
| Версия | Версия1.0.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.isengrim613/junit5-dbsetup-annotations/ -->
<dependency>
<groupId>com.github.isengrim613</groupId>
<artifactId>junit5-dbsetup-annotations</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.isengrim613/junit5-dbsetup-annotations/
implementation 'com.github.isengrim613:junit5-dbsetup-annotations:1.0.0'
// https://jarcasting.com/artifacts/com.github.isengrim613/junit5-dbsetup-annotations/
implementation ("com.github.isengrim613:junit5-dbsetup-annotations:1.0.0")
'com.github.isengrim613:junit5-dbsetup-annotations:jar:1.0.0'
<dependency org="com.github.isengrim613" name="junit5-dbsetup-annotations" rev="1.0.0">
<artifact name="junit5-dbsetup-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.isengrim613', module='junit5-dbsetup-annotations', version='1.0.0')
)
libraryDependencies += "com.github.isengrim613" % "junit5-dbsetup-annotations" % "1.0.0"
[com.github.isengrim613/junit5-dbsetup-annotations "1.0.0"]