GroupId | GroupIdcom.github.yuanmomo |
---|---|
ArtifactId | ArtifactIdcommon-mbg-plugin |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
common-mbg-plugin-1.0.6.pom | |
common-mbg-plugin-1.0.6.jar | 31 KB |
common-mbg-plugin-1.0.6-sources.jar | 20 KB |
common-mbg-plugin-1.0.6-javadoc.jar | 123 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yuanmomo/common-mbg-plugin/ -->
<dependency>
<groupId>com.github.yuanmomo</groupId>
<artifactId>common-mbg-plugin</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yuanmomo/common-mbg-plugin/
implementation 'com.github.yuanmomo:common-mbg-plugin:1.0.6'
// https://jarcasting.com/artifacts/com.github.yuanmomo/common-mbg-plugin/
implementation ("com.github.yuanmomo:common-mbg-plugin:1.0.6")
'com.github.yuanmomo:common-mbg-plugin:jar:1.0.6'
<dependency org="com.github.yuanmomo" name="common-mbg-plugin" rev="1.0.6">
<artifact name="common-mbg-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yuanmomo', module='common-mbg-plugin', version='1.0.6')
)
libraryDependencies += "com.github.yuanmomo" % "common-mbg-plugin" % "1.0.6"
[com.github.yuanmomo/common-mbg-plugin "1.0.6"]