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