GroupId | GroupIdio.gitee.quanwenz |
---|---|
ArtifactId | ArtifactIdcommon-ssh-tools |
Version | Version1.0.3-20210907-6.RELEASE |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/io.gitee.quanwenz/common-ssh-tools/ -->
<dependency>
<groupId>io.gitee.quanwenz</groupId>
<artifactId>common-ssh-tools</artifactId>
<version>1.0.3-20210907-6.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.gitee.quanwenz/common-ssh-tools/
implementation 'io.gitee.quanwenz:common-ssh-tools:1.0.3-20210907-6.RELEASE'
// https://jarcasting.com/artifacts/io.gitee.quanwenz/common-ssh-tools/
implementation ("io.gitee.quanwenz:common-ssh-tools:1.0.3-20210907-6.RELEASE")
'io.gitee.quanwenz:common-ssh-tools:pom:1.0.3-20210907-6.RELEASE'
<dependency org="io.gitee.quanwenz" name="common-ssh-tools" rev="1.0.3-20210907-6.RELEASE">
<artifact name="common-ssh-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.gitee.quanwenz', module='common-ssh-tools', version='1.0.3-20210907-6.RELEASE')
)
libraryDependencies += "io.gitee.quanwenz" % "common-ssh-tools" % "1.0.3-20210907-6.RELEASE"
[io.gitee.quanwenz/common-ssh-tools "1.0.3-20210907-6.RELEASE"]