GroupId | GroupIdcom.gushangjie |
---|---|
ArtifactId | ArtifactIdgu-base |
Version | Version1.0.7-snapshot |
Type | Typejar |
Filename | Size |
---|---|
gu-base-1.0.7-snapshot.pom | |
gu-base-1.0.7-snapshot.jar | 8 KB |
gu-base-1.0.7-snapshot-sources.jar | 3 KB |
gu-base-1.0.7-snapshot-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.7-snapshot</version>
</dependency>
// https://jarcasting.com/artifacts/com.gushangjie/gu-base/
implementation 'com.gushangjie:gu-base:1.0.7-snapshot'
// https://jarcasting.com/artifacts/com.gushangjie/gu-base/
implementation ("com.gushangjie:gu-base:1.0.7-snapshot")
'com.gushangjie:gu-base:jar:1.0.7-snapshot'
<dependency org="com.gushangjie" name="gu-base" rev="1.0.7-snapshot">
<artifact name="gu-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gushangjie', module='gu-base', version='1.0.7-snapshot')
)
libraryDependencies += "com.gushangjie" % "gu-base" % "1.0.7-snapshot"
[com.gushangjie/gu-base "1.0.7-snapshot"]