| Категории |
КатегорииJUnit Тестирование компонентов |
|---|---|
| Группа | Группаorg.kie.modules |
| Идентификатор | Идентификаторorg-junit |
| Версия | Версия6.2.0.CR2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| org-junit-6.2.0.CR2.pom | 922 bytes |
| org-junit-6.2.0.CR2-tests.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.kie.modules/org-junit/ -->
<dependency>
<groupId>org.kie.modules</groupId>
<artifactId>org-junit</artifactId>
<version>6.2.0.CR2</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.modules/org-junit/
implementation 'org.kie.modules:org-junit:6.2.0.CR2'
// https://jarcasting.com/artifacts/org.kie.modules/org-junit/
implementation ("org.kie.modules:org-junit:6.2.0.CR2")
'org.kie.modules:org-junit:jar:6.2.0.CR2'
<dependency org="org.kie.modules" name="org-junit" rev="6.2.0.CR2">
<artifact name="org-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.modules', module='org-junit', version='6.2.0.CR2')
)
libraryDependencies += "org.kie.modules" % "org-junit" % "6.2.0.CR2"
[org.kie.modules/org-junit "6.2.0.CR2"]