GroupId | GroupIdorg.hswebframework |
---|---|
ArtifactId | ArtifactIdhsweb-expands-shell |
Version | Version3.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.hswebframework/hsweb-expands-shell/ -->
<dependency>
<groupId>org.hswebframework</groupId>
<artifactId>hsweb-expands-shell</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hswebframework/hsweb-expands-shell/
implementation 'org.hswebframework:hsweb-expands-shell:3.0.0'
// https://jarcasting.com/artifacts/org.hswebframework/hsweb-expands-shell/
implementation ("org.hswebframework:hsweb-expands-shell:3.0.0")
'org.hswebframework:hsweb-expands-shell:jar:3.0.0'
<dependency org="org.hswebframework" name="hsweb-expands-shell" rev="3.0.0">
<artifact name="hsweb-expands-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hswebframework', module='hsweb-expands-shell', version='3.0.0')
)
libraryDependencies += "org.hswebframework" % "hsweb-expands-shell" % "3.0.0"
[org.hswebframework/hsweb-expands-shell "3.0.0"]