GroupId | GroupIdcom.github.yaoguoh |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version1.1.3.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
common-1.1.3.RELEASE.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yaoguoh/common/ -->
<dependency>
<groupId>com.github.yaoguoh</groupId>
<artifactId>common</artifactId>
<version>1.1.3.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.yaoguoh/common/
implementation 'com.github.yaoguoh:common:1.1.3.RELEASE'
// https://jarcasting.com/artifacts/com.github.yaoguoh/common/
implementation ("com.github.yaoguoh:common:1.1.3.RELEASE")
'com.github.yaoguoh:common:pom:1.1.3.RELEASE'
<dependency org="com.github.yaoguoh" name="common" rev="1.1.3.RELEASE">
<artifact name="common" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.yaoguoh', module='common', version='1.1.3.RELEASE')
)
libraryDependencies += "com.github.yaoguoh" % "common" % "1.1.3.RELEASE"
[com.github.yaoguoh/common "1.1.3.RELEASE"]