Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.net128.oss.web.lib |
ArtifactId | ArtifactIdwebshell |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
webshell-0.1.0.pom | |
webshell-0.1.0.jar | 675 KB |
webshell-0.1.0-sources.jar | 633 KB |
webshell-0.1.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.net128.oss.web.lib/webshell/
implementation 'com.net128.oss.web.lib:webshell:0.1.0'
// https://jarcasting.com/artifacts/com.net128.oss.web.lib/webshell/
implementation ("com.net128.oss.web.lib:webshell:0.1.0")
'com.net128.oss.web.lib:webshell:jar:0.1.0'
<dependency org="com.net128.oss.web.lib" name="webshell" rev="0.1.0">
<artifact name="webshell" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.net128.oss.web.lib', module='webshell', version='0.1.0')
)
libraryDependencies += "com.net128.oss.web.lib" % "webshell" % "0.1.0"
[com.net128.oss.web.lib/webshell "0.1.0"]