GroupId | GroupIdcom.github.xuchen93 |
---|---|
ArtifactId | ArtifactIdmodule-web |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
module-web-1.0.6.pom | |
module-web-1.0.6.jar | 26 KB |
module-web-1.0.6-sources.jar | 14 KB |
module-web-1.0.6-javadoc.jar | 146 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xuchen93/module-web/ -->
<dependency>
<groupId>com.github.xuchen93</groupId>
<artifactId>module-web</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xuchen93/module-web/
implementation 'com.github.xuchen93:module-web:1.0.6'
// https://jarcasting.com/artifacts/com.github.xuchen93/module-web/
implementation ("com.github.xuchen93:module-web:1.0.6")
'com.github.xuchen93:module-web:jar:1.0.6'
<dependency org="com.github.xuchen93" name="module-web" rev="1.0.6">
<artifact name="module-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xuchen93', module='module-web', version='1.0.6')
)
libraryDependencies += "com.github.xuchen93" % "module-web" % "1.0.6"
[com.github.xuchen93/module-web "1.0.6"]