| Лицензия |
Лицензия
Apache License, version 2.0
|
|---|---|
| Группа | Группаcom.github.zhycn |
| Идентификатор | Идентификаторopenyich-parent |
| Версия | Версия2.1.12 |
| Тип | Типpom |
| Описание |
ОписаниеOpenYich Parent
OpenYich BOM for all Spring Boot projects
|
| Организация-разработчик |
Организация-разработчикOpenYich |
| Имя Файла | Размер |
|---|---|
| openyich-parent-2.1.12.pom | 37 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.zhycn/openyich-parent/ -->
<dependency>
<groupId>com.github.zhycn</groupId>
<artifactId>openyich-parent</artifactId>
<version>2.1.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhycn/openyich-parent/
implementation 'com.github.zhycn:openyich-parent:2.1.12'
// https://jarcasting.com/artifacts/com.github.zhycn/openyich-parent/
implementation ("com.github.zhycn:openyich-parent:2.1.12")
'com.github.zhycn:openyich-parent:pom:2.1.12'
<dependency org="com.github.zhycn" name="openyich-parent" rev="2.1.12">
<artifact name="openyich-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.zhycn', module='openyich-parent', version='2.1.12')
)
libraryDependencies += "com.github.zhycn" % "openyich-parent" % "2.1.12"
[com.github.zhycn/openyich-parent "2.1.12"]