| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаcom.xiayk.template |
| Идентификатор | Идентификаторspring-boot-template |
| Последняя версия | Последняя версия0.0.2.T |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеspring-boot-template
Springboot Jpa CRUD Template
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| spring-boot-template-0.0.2.T.pom | |
| spring-boot-template-0.0.2.T.jar | 24 KB |
| spring-boot-template-0.0.2.T-sources.jar | 10 KB |
| spring-boot-template-0.0.2.T-javadoc.jar | 142 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.xiayk.template/spring-boot-template/ -->
<dependency>
<groupId>com.xiayk.template</groupId>
<artifactId>spring-boot-template</artifactId>
<version>0.0.2.T</version>
</dependency>
// https://jarcasting.com/artifacts/com.xiayk.template/spring-boot-template/
implementation 'com.xiayk.template:spring-boot-template:0.0.2.T'
// https://jarcasting.com/artifacts/com.xiayk.template/spring-boot-template/
implementation ("com.xiayk.template:spring-boot-template:0.0.2.T")
'com.xiayk.template:spring-boot-template:jar:0.0.2.T'
<dependency org="com.xiayk.template" name="spring-boot-template" rev="0.0.2.T">
<artifact name="spring-boot-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xiayk.template', module='spring-boot-template', version='0.0.2.T')
)
libraryDependencies += "com.xiayk.template" % "spring-boot-template" % "0.0.2.T"
[com.xiayk.template/spring-boot-template "0.0.2.T"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.5.3 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.12.4 |
| org.springframework : spring-webmvc | jar | 5.3.9 |