is not current version
Last Version 1.3

com.github.xiaoymin:deploy-helper 1.1

deploy-helper是一个帮助java开发者远程自动部署Spring Boot项目至Linux服务器的Maven插件

GroupId

GroupId

com.github.xiaoymin
ArtifactId

ArtifactId

deploy-helper
Version

Version

1.1
Type

Type

pom

Download deploy-helper 1.1

Filename Size
deploy-helper-1.1.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.xiaoymin/deploy-helper/ -->
<dependency>
    <groupId>com.github.xiaoymin</groupId>
    <artifactId>deploy-helper</artifactId>
    <version>1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiaoymin/deploy-helper/
implementation 'com.github.xiaoymin:deploy-helper:1.1'
// https://jarcasting.com/artifacts/com.github.xiaoymin/deploy-helper/
implementation ("com.github.xiaoymin:deploy-helper:1.1")
'com.github.xiaoymin:deploy-helper:pom:1.1'
<dependency org="com.github.xiaoymin" name="deploy-helper" rev="1.1">
  <artifact name="deploy-helper" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.xiaoymin', module='deploy-helper', version='1.1')
)
libraryDependencies += "com.github.xiaoymin" % "deploy-helper" % "1.1"
[com.github.xiaoymin/deploy-helper "1.1"]