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