GroupId | GroupIdcom.gitee.hsg77 |
---|---|
ArtifactId | ArtifactIdpg-common |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
pg-common-1.0.pom | |
pg-common-1.0.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.hsg77/pg-common/ -->
<dependency>
<groupId>com.gitee.hsg77</groupId>
<artifactId>pg-common</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.hsg77/pg-common/
implementation 'com.gitee.hsg77:pg-common:1.0'
// https://jarcasting.com/artifacts/com.gitee.hsg77/pg-common/
implementation ("com.gitee.hsg77:pg-common:1.0")
'com.gitee.hsg77:pg-common:jar:1.0'
<dependency org="com.gitee.hsg77" name="pg-common" rev="1.0">
<artifact name="pg-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.hsg77', module='pg-common', version='1.0')
)
libraryDependencies += "com.gitee.hsg77" % "pg-common" % "1.0"
[com.gitee.hsg77/pg-common "1.0"]