License |
License |
---|---|
GroupId | GroupIdcom.github.yaoguoh |
ArtifactId | ArtifactIdcommon |
Version | Version2.6.7 |
Type | Typepom |
Description |
Descriptioncommon
Common Dependencies
|
Filename | Size |
---|---|
common-2.6.7.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yaoguoh/common/ -->
<dependency>
<groupId>com.github.yaoguoh</groupId>
<artifactId>common</artifactId>
<version>2.6.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.yaoguoh/common/
implementation 'com.github.yaoguoh:common:2.6.7'
// https://jarcasting.com/artifacts/com.github.yaoguoh/common/
implementation ("com.github.yaoguoh:common:2.6.7")
'com.github.yaoguoh:common:pom:2.6.7'
<dependency org="com.github.yaoguoh" name="common" rev="2.6.7">
<artifact name="common" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.yaoguoh', module='common', version='2.6.7')
)
libraryDependencies += "com.github.yaoguoh" % "common" % "2.6.7"
[com.github.yaoguoh/common "2.6.7"]