GroupId | GroupIdcom.github.siwenyan |
---|---|
ArtifactId | ArtifactIdcommon_web |
Version | Version1.8 |
Type | Typejar |
Filename | Size |
---|---|
common_web-1.8.pom | |
common_web-1.8.jar | 100 KB |
common_web-1.8-sources.jar | 44 KB |
common_web-1.8-javadoc.jar | 397 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.siwenyan/common_web/ -->
<dependency>
<groupId>com.github.siwenyan</groupId>
<artifactId>common_web</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.siwenyan/common_web/
implementation 'com.github.siwenyan:common_web:1.8'
// https://jarcasting.com/artifacts/com.github.siwenyan/common_web/
implementation ("com.github.siwenyan:common_web:1.8")
'com.github.siwenyan:common_web:jar:1.8'
<dependency org="com.github.siwenyan" name="common_web" rev="1.8">
<artifact name="common_web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.siwenyan', module='common_web', version='1.8')
)
libraryDependencies += "com.github.siwenyan" % "common_web" % "1.8"
[com.github.siwenyan/common_web "1.8"]