| GroupId | GroupIdcom.gitee.lgsg |
|---|---|
| ArtifactId | ArtifactIdandcommon |
| Version | Version1.0.3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| andcommon-1.0.3.pom | |
| andcommon-1.0.3-sources.jar | 107 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.lgsg/andcommon/ -->
<dependency>
<groupId>com.gitee.lgsg</groupId>
<artifactId>andcommon</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.lgsg/andcommon/
implementation 'com.gitee.lgsg:andcommon:1.0.3'
// https://jarcasting.com/artifacts/com.gitee.lgsg/andcommon/
implementation ("com.gitee.lgsg:andcommon:1.0.3")
'com.gitee.lgsg:andcommon:pom:1.0.3'
<dependency org="com.gitee.lgsg" name="andcommon" rev="1.0.3">
<artifact name="andcommon" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitee.lgsg', module='andcommon', version='1.0.3')
)
libraryDependencies += "com.gitee.lgsg" % "andcommon" % "1.0.3"
[com.gitee.lgsg/andcommon "1.0.3"]