| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.jbpm.contrib |
| Идентификатор | Идентификаторrepository-springboot |
| Версия | Версия7.64.0.Final |
| Тип | Типjar |
| Описание |
ОписаниеRepository SpringBoot
Workitems SpringBoot Repository
|
| Организация-разработчик |
Организация-разработчикjBPM dev team |
<!-- https://jarcasting.com/artifacts/org.jbpm.contrib/repository-springboot/ -->
<dependency>
<groupId>org.jbpm.contrib</groupId>
<artifactId>repository-springboot</artifactId>
<version>7.64.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jbpm.contrib/repository-springboot/
implementation 'org.jbpm.contrib:repository-springboot:7.64.0.Final'
// https://jarcasting.com/artifacts/org.jbpm.contrib/repository-springboot/
implementation ("org.jbpm.contrib:repository-springboot:7.64.0.Final")
'org.jbpm.contrib:repository-springboot:jar:7.64.0.Final'
<dependency org="org.jbpm.contrib" name="repository-springboot" rev="7.64.0.Final">
<artifact name="repository-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jbpm.contrib', module='repository-springboot', version='7.64.0.Final')
)
libraryDependencies += "org.jbpm.contrib" % "repository-springboot" % "7.64.0.Final"
[org.jbpm.contrib/repository-springboot "7.64.0.Final"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jbpm.contrib : repository | jar | 7.64.0.Final |
| org.springframework : spring-context | jar | 5.2.9.RELEASE |
| org.springframework.boot : spring-boot | jar | |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.3.4.RELEASE |
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.boot : spring-boot-starter-actuator | jar | |
| org.springframework.boot : spring-boot-starter-hateoas | jar | |
| org.springframework.hateoas : spring-hateoas | jar | |
| org.springframework : spring-beans | jar | 5.2.9.RELEASE |
| org.springframework : spring-web | jar | 5.2.9.RELEASE |
| org.springframework : spring-core | jar | 5.2.9.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | |
| junit : junit | jar | 4.13.1 |
| org.mockito : mockito-core | jar | 3.6.0 |