| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаcom.rivescript |
| Идентификатор | Идентификаторrivescript-spring-boot-starter |
| Последняя версия | Последняя версия0.11.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеRiveScript
RiveScript interpreter for Java
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.rivescript/rivescript-spring-boot-starter/ -->
<dependency>
<groupId>com.rivescript</groupId>
<artifactId>rivescript-spring-boot-starter</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rivescript/rivescript-spring-boot-starter/
implementation 'com.rivescript:rivescript-spring-boot-starter:0.11.0'
// https://jarcasting.com/artifacts/com.rivescript/rivescript-spring-boot-starter/
implementation ("com.rivescript:rivescript-spring-boot-starter:0.11.0")
'com.rivescript:rivescript-spring-boot-starter:jar:0.11.0'
<dependency org="com.rivescript" name="rivescript-spring-boot-starter" rev="0.11.0">
<artifact name="rivescript-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rivescript', module='rivescript-spring-boot-starter', version='0.11.0')
)
libraryDependencies += "com.rivescript" % "rivescript-spring-boot-starter" % "0.11.0"
[com.rivescript/rivescript-spring-boot-starter "0.11.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.26 |
| com.rivescript : rivescript-core | jar | 0.11.0 |
| org.springframework.boot : spring-boot | jar | 2.1.6.RELEASE |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.6.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.mockito : mockito-core | jar | 2.28.2 |
| org.slf4j : slf4j-simple | jar | 1.7.26 |
| org.springframework.boot : spring-boot-starter-test | jar | 2.1.6.RELEASE |