License |
License |
---|---|
Categories |
CategoriesGit Development Tools Version Controls |
GroupId | GroupIdcn.huangxulin |
ArtifactId | ArtifactIdgit-hook |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionParent pom providing dependency and plugin management for applications built with Maven
|
Filename | Size |
---|---|
git-hook-1.0.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.huangxulin/git-hook/ -->
<dependency>
<groupId>cn.huangxulin</groupId>
<artifactId>git-hook</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.huangxulin/git-hook/
implementation 'cn.huangxulin:git-hook:1.0.2'
// https://jarcasting.com/artifacts/cn.huangxulin/git-hook/
implementation ("cn.huangxulin:git-hook:1.0.2")
'cn.huangxulin:git-hook:pom:1.0.2'
<dependency org="cn.huangxulin" name="git-hook" rev="1.0.2">
<artifact name="git-hook" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.huangxulin', module='git-hook', version='1.0.2')
)
libraryDependencies += "cn.huangxulin" % "git-hook" % "1.0.2"
[cn.huangxulin/git-hook "1.0.2"]