| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.viadee |
| Идентификатор | ИдентификаторviadeeProcessApplicationValidator |
| Последняя версия | Последняя версия3.0.8 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеviadee Process Application Validator
The tool checks Camunda projects for consistency and discovers errors in process-driven applications.
Called as a JUnit test, it discovers esp. inconsistencies of a given BPMN model in the classpath and the
sourcecode of an underlying java project, such as a delegate reference to a non-existing java class or a
non-existing Spring bean.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/de.viadee/viadeeProcessApplicationValidator/ -->
<dependency>
<groupId>de.viadee</groupId>
<artifactId>viadeeProcessApplicationValidator</artifactId>
<version>3.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/de.viadee/viadeeProcessApplicationValidator/
implementation 'de.viadee:viadeeProcessApplicationValidator:3.0.8'
// https://jarcasting.com/artifacts/de.viadee/viadeeProcessApplicationValidator/
implementation ("de.viadee:viadeeProcessApplicationValidator:3.0.8")
'de.viadee:viadeeProcessApplicationValidator:jar:3.0.8'
<dependency org="de.viadee" name="viadeeProcessApplicationValidator" rev="3.0.8">
<artifact name="viadeeProcessApplicationValidator" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.viadee', module='viadeeProcessApplicationValidator', version='3.0.8')
)
libraryDependencies += "de.viadee" % "viadeeProcessApplicationValidator" % "3.0.8"
[de.viadee/viadeeProcessApplicationValidator "3.0.8"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.6.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-test | jar | 5.3.14 |
| org.springframework.boot : spring-boot-starter-data-rest | jar | 2.6.2 |
| org.springframework.boot : spring-boot-starter-test | jar | 2.6.2 |
| org.camunda.bpm.springboot : camunda-bpm-spring-boot-starter | jar | 7.16.0 |