| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.drools.testcoverage |
| Идентификатор | Идентификаторtest-integration-noxml |
| Версия | Версия8.19.0.Beta |
| Тип | Типjar |
| Описание |
ОписаниеDrools :: Test Coverage :: Integration tests without xml
The repo contains all code related to Drools project.
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.drools.testcoverage/test-integration-noxml/ -->
<dependency>
<groupId>org.drools.testcoverage</groupId>
<artifactId>test-integration-noxml</artifactId>
<version>8.19.0.Beta</version>
</dependency>
// https://jarcasting.com/artifacts/org.drools.testcoverage/test-integration-noxml/
implementation 'org.drools.testcoverage:test-integration-noxml:8.19.0.Beta'
// https://jarcasting.com/artifacts/org.drools.testcoverage/test-integration-noxml/
implementation ("org.drools.testcoverage:test-integration-noxml:8.19.0.Beta")
'org.drools.testcoverage:test-integration-noxml:jar:8.19.0.Beta'
<dependency org="org.drools.testcoverage" name="test-integration-noxml" rev="8.19.0.Beta">
<artifact name="test-integration-noxml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.drools.testcoverage', module='test-integration-noxml', version='8.19.0.Beta')
)
libraryDependencies += "org.drools.testcoverage" % "test-integration-noxml" % "8.19.0.Beta"
[org.drools.testcoverage/test-integration-noxml "8.19.0.Beta"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.drools : drools-engine | jar | |
| junit : junit | jar | 4.13.1 |