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