| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Auto Библиотеки уровня приложения Code Generators config Configuration |
| Группа | Группаorg.crud2.spring.boot |
| Идентификатор | Идентификаторcrud2-spring-boot-autoconfigure |
| Версия | Версия0.1.0 |
| Тип | Типjar |
| Описание |
Описаниеcrud2-spring-boot-starter
Springboot autoconfigure for crud2(A anti orm data access layer)
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/org.crud2.spring.boot/crud2-spring-boot-autoconfigure/ -->
<dependency>
<groupId>org.crud2.spring.boot</groupId>
<artifactId>crud2-spring-boot-autoconfigure</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.crud2.spring.boot/crud2-spring-boot-autoconfigure/
implementation 'org.crud2.spring.boot:crud2-spring-boot-autoconfigure:0.1.0'
// https://jarcasting.com/artifacts/org.crud2.spring.boot/crud2-spring-boot-autoconfigure/
implementation ("org.crud2.spring.boot:crud2-spring-boot-autoconfigure:0.1.0")
'org.crud2.spring.boot:crud2-spring-boot-autoconfigure:jar:0.1.0'
<dependency org="org.crud2.spring.boot" name="crud2-spring-boot-autoconfigure" rev="0.1.0">
<artifact name="crud2-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.crud2.spring.boot', module='crud2-spring-boot-autoconfigure', version='0.1.0')
)
libraryDependencies += "org.crud2.spring.boot" % "crud2-spring-boot-autoconfigure" % "0.1.0"
[org.crud2.spring.boot/crud2-spring-boot-autoconfigure "0.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.crud2 : crud2 Необязательный | jar | 0.1.0 |
| org.springframework.boot : spring-boot-actuator-autoconfigure Необязательный | jar | 2.0.3.RELEASE |