GroupId | GroupIdcom.gushangjie |
---|---|
ArtifactId | ArtifactIdgu-base |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
gu-base-1.0.4.pom | |
gu-base-1.0.4.jar | 8 KB |
gu-base-1.0.4-sources.jar | 3 KB |
gu-base-1.0.4-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gushangjie/gu-base/ -->
<dependency>
<groupId>com.gushangjie</groupId>
<artifactId>gu-base</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.gushangjie/gu-base/
implementation 'com.gushangjie:gu-base:1.0.4'
// https://jarcasting.com/artifacts/com.gushangjie/gu-base/
implementation ("com.gushangjie:gu-base:1.0.4")
'com.gushangjie:gu-base:jar:1.0.4'
<dependency org="com.gushangjie" name="gu-base" rev="1.0.4">
<artifact name="gu-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gushangjie', module='gu-base', version='1.0.4')
)
libraryDependencies += "com.gushangjie" % "gu-base" % "1.0.4"
[com.gushangjie/gu-base "1.0.4"]