| Категории |
КатегорииJUnit Тестирование компонентов Mixin Библиотеки уровня приложения Bytecode Manipulation |
|---|---|
| Группа | Группаcom.github.aro-tech |
| Идентификатор | Идентификаторtdd-mixins-junit4 |
| Версия | Версия0.9.9 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.aro-tech/tdd-mixins-junit4/ -->
<dependency>
<groupId>com.github.aro-tech</groupId>
<artifactId>tdd-mixins-junit4</artifactId>
<version>0.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aro-tech/tdd-mixins-junit4/
implementation 'com.github.aro-tech:tdd-mixins-junit4:0.9.9'
// https://jarcasting.com/artifacts/com.github.aro-tech/tdd-mixins-junit4/
implementation ("com.github.aro-tech:tdd-mixins-junit4:0.9.9")
'com.github.aro-tech:tdd-mixins-junit4:jar:0.9.9'
<dependency org="com.github.aro-tech" name="tdd-mixins-junit4" rev="0.9.9">
<artifact name="tdd-mixins-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aro-tech', module='tdd-mixins-junit4', version='0.9.9')
)
libraryDependencies += "com.github.aro-tech" % "tdd-mixins-junit4" % "0.9.9"
[com.github.aro-tech/tdd-mixins-junit4 "0.9.9"]