| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGit Инструменты разработки Контроль версий |
| Группа | Группаcn.huangxulin |
| Идентификатор | Идентификаторgit-hook-core |
| Последняя версия | Последняя версия1.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеParent pom providing dependency and plugin management for applications built with Maven
|
| Имя Файла | Размер |
|---|---|
| git-hook-core-1.0.2.pom | |
| git-hook-core-1.0.2.jar | 4 KB |
| git-hook-core-1.0.2-sources.jar | 4 KB |
| git-hook-core-1.0.2-javadoc.jar | 22 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.huangxulin/git-hook-core/ -->
<dependency>
<groupId>cn.huangxulin</groupId>
<artifactId>git-hook-core</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.huangxulin/git-hook-core/
implementation 'cn.huangxulin:git-hook-core:1.0.2'
// https://jarcasting.com/artifacts/cn.huangxulin/git-hook-core/
implementation ("cn.huangxulin:git-hook-core:1.0.2")
'cn.huangxulin:git-hook-core:jar:1.0.2'
<dependency org="cn.huangxulin" name="git-hook-core" rev="1.0.2">
<artifact name="git-hook-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.huangxulin', module='git-hook-core', version='1.0.2')
)
libraryDependencies += "cn.huangxulin" % "git-hook-core" % "1.0.2"
[cn.huangxulin/git-hook-core "1.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok Необязательный | jar | 1.18.24 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.5.14 |