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