GroupId | GroupIdcom.eworkcloud.starter |
---|---|
ArtifactId | ArtifactIdework-cloud-starter-ssh |
Version | Version2.4.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.eworkcloud.starter/ework-cloud-starter-ssh/ -->
<dependency>
<groupId>com.eworkcloud.starter</groupId>
<artifactId>ework-cloud-starter-ssh</artifactId>
<version>2.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.eworkcloud.starter/ework-cloud-starter-ssh/
implementation 'com.eworkcloud.starter:ework-cloud-starter-ssh:2.4.2'
// https://jarcasting.com/artifacts/com.eworkcloud.starter/ework-cloud-starter-ssh/
implementation ("com.eworkcloud.starter:ework-cloud-starter-ssh:2.4.2")
'com.eworkcloud.starter:ework-cloud-starter-ssh:jar:2.4.2'
<dependency org="com.eworkcloud.starter" name="ework-cloud-starter-ssh" rev="2.4.2">
<artifact name="ework-cloud-starter-ssh" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eworkcloud.starter', module='ework-cloud-starter-ssh', version='2.4.2')
)
libraryDependencies += "com.eworkcloud.starter" % "ework-cloud-starter-ssh" % "2.4.2"
[com.eworkcloud.starter/ework-cloud-starter-ssh "2.4.2"]