is not current version
Last Version 1.1.1-RELEASE

com.gitee.beiding:hotcode 1.0.1-RELEASE

项目热部署

GroupId

GroupId

com.gitee.beiding
ArtifactId

ArtifactId

hotcode
Version

Version

1.0.1-RELEASE
Type

Type

jar

Download hotcode 1.0.1-RELEASE


<!-- https://jarcasting.com/artifacts/com.gitee.beiding/hotcode/ -->
<dependency>
    <groupId>com.gitee.beiding</groupId>
    <artifactId>hotcode</artifactId>
    <version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.beiding/hotcode/
implementation 'com.gitee.beiding:hotcode:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.gitee.beiding/hotcode/
implementation ("com.gitee.beiding:hotcode:1.0.1-RELEASE")
'com.gitee.beiding:hotcode:jar:1.0.1-RELEASE'
<dependency org="com.gitee.beiding" name="hotcode" rev="1.0.1-RELEASE">
  <artifact name="hotcode" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.beiding', module='hotcode', version='1.0.1-RELEASE')
)
libraryDependencies += "com.gitee.beiding" % "hotcode" % "1.0.1-RELEASE"
[com.gitee.beiding/hotcode "1.0.1-RELEASE"]