Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.net128.oss.web.lib |
ArtifactId | ArtifactIdwebshell |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
webshell-0.1.1.pom | |
webshell-0.1.1.jar | 675 KB |
webshell-0.1.1-sources.jar | 634 KB |
webshell-0.1.1-javadoc.jar | 562 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.net128.oss.web.lib/webshell/ -->
<dependency>
<groupId>com.net128.oss.web.lib</groupId>
<artifactId>webshell</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.net128.oss.web.lib/webshell/
implementation 'com.net128.oss.web.lib:webshell:0.1.1'
// https://jarcasting.com/artifacts/com.net128.oss.web.lib/webshell/
implementation ("com.net128.oss.web.lib:webshell:0.1.1")
'com.net128.oss.web.lib:webshell:jar:0.1.1'
<dependency org="com.net128.oss.web.lib" name="webshell" rev="0.1.1">
<artifact name="webshell" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.net128.oss.web.lib', module='webshell', version='0.1.1')
)
libraryDependencies += "com.net128.oss.web.lib" % "webshell" % "0.1.1"
[com.net128.oss.web.lib/webshell "0.1.1"]