| License |
License |
|---|---|
| GroupId | GroupIdcn.huangxulin |
| ArtifactId | ArtifactIdhot-patch |
| 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 |
|---|---|
| hot-patch-1.0.2.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.huangxulin/hot-patch/ -->
<dependency>
<groupId>cn.huangxulin</groupId>
<artifactId>hot-patch</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.huangxulin/hot-patch/
implementation 'cn.huangxulin:hot-patch:1.0.2'
// https://jarcasting.com/artifacts/cn.huangxulin/hot-patch/
implementation ("cn.huangxulin:hot-patch:1.0.2")
'cn.huangxulin:hot-patch:pom:1.0.2'
<dependency org="cn.huangxulin" name="hot-patch" rev="1.0.2">
<artifact name="hot-patch" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.huangxulin', module='hot-patch', version='1.0.2')
)
libraryDependencies += "cn.huangxulin" % "hot-patch" % "1.0.2"
[cn.huangxulin/hot-patch "1.0.2"]