GroupId | GroupIdcom.wl4g |
---|---|
ArtifactId | ArtifactIdxcloud-shell-common |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
xcloud-shell-common-3.0.0.pom | |
xcloud-shell-common-3.0.0.jar | 56 KB |
xcloud-shell-common-3.0.0-sources.jar | 60 KB |
xcloud-shell-common-3.0.0-javadoc.jar | 285 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wl4g/xcloud-shell-common/ -->
<dependency>
<groupId>com.wl4g</groupId>
<artifactId>xcloud-shell-common</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wl4g/xcloud-shell-common/
implementation 'com.wl4g:xcloud-shell-common:3.0.0'
// https://jarcasting.com/artifacts/com.wl4g/xcloud-shell-common/
implementation ("com.wl4g:xcloud-shell-common:3.0.0")
'com.wl4g:xcloud-shell-common:jar:3.0.0'
<dependency org="com.wl4g" name="xcloud-shell-common" rev="3.0.0">
<artifact name="xcloud-shell-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wl4g', module='xcloud-shell-common', version='3.0.0')
)
libraryDependencies += "com.wl4g" % "xcloud-shell-common" % "3.0.0"
[com.wl4g/xcloud-shell-common "3.0.0"]