License |
License |
---|---|
GroupId | GroupIdcom.gushangjie |
ArtifactId | ArtifactIdgu-base |
Version | Version1.0.6 |
Type | Typejar |
Description |
Descriptiona parent POM for gu projects
|
Filename | Size |
---|---|
gu-base-1.0.6.pom | |
gu-base-1.0.6.jar | 8 KB |
gu-base-1.0.6-sources.jar | 3 KB |
gu-base-1.0.6-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.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.gushangjie/gu-base/
implementation 'com.gushangjie:gu-base:1.0.6'
// https://jarcasting.com/artifacts/com.gushangjie/gu-base/
implementation ("com.gushangjie:gu-base:1.0.6")
'com.gushangjie:gu-base:jar:1.0.6'
<dependency org="com.gushangjie" name="gu-base" rev="1.0.6">
<artifact name="gu-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gushangjie', module='gu-base', version='1.0.6')
)
libraryDependencies += "com.gushangjie" % "gu-base" % "1.0.6"
[com.gushangjie/gu-base "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |