License |
License |
---|---|
GroupId | GroupIdcom.gitee.beiding |
ArtifactId | ArtifactIdhotcode |
Last Version | Last Version1.1.1-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.gitee.beiding:hotcode
项目热部署
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hotcode-1.1.1-RELEASE.pom | |
hotcode-1.1.1-RELEASE.jar | 51 KB |
hotcode-1.1.1-RELEASE-sources.jar | 20 KB |
hotcode-1.1.1-RELEASE-javadoc.jar | 157 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.beiding/hotcode/ -->
<dependency>
<groupId>com.gitee.beiding</groupId>
<artifactId>hotcode</artifactId>
<version>1.1.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.beiding/hotcode/
implementation 'com.gitee.beiding:hotcode:1.1.1-RELEASE'
// https://jarcasting.com/artifacts/com.gitee.beiding/hotcode/
implementation ("com.gitee.beiding:hotcode:1.1.1-RELEASE")
'com.gitee.beiding:hotcode:jar:1.1.1-RELEASE'
<dependency org="com.gitee.beiding" name="hotcode" rev="1.1.1-RELEASE">
<artifact name="hotcode" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.beiding', module='hotcode', version='1.1.1-RELEASE')
)
libraryDependencies += "com.gitee.beiding" % "hotcode" % "1.1.1-RELEASE"
[com.gitee.beiding/hotcode "1.1.1-RELEASE"]