| GroupId | GroupIdcom.github.yuanmomo |
|---|---|
| ArtifactId | ArtifactIdcommon-mbg-plugin |
| Version | Version1.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| common-mbg-plugin-1.0.4.pom | |
| common-mbg-plugin-1.0.4.jar | 31 KB |
| common-mbg-plugin-1.0.4-sources.jar | 20 KB |
| common-mbg-plugin-1.0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yuanmomo/common-mbg-plugin/
implementation 'com.github.yuanmomo:common-mbg-plugin:1.0.4'
// https://jarcasting.com/artifacts/com.github.yuanmomo/common-mbg-plugin/
implementation ("com.github.yuanmomo:common-mbg-plugin:1.0.4")
'com.github.yuanmomo:common-mbg-plugin:jar:1.0.4'
<dependency org="com.github.yuanmomo" name="common-mbg-plugin" rev="1.0.4">
<artifact name="common-mbg-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yuanmomo', module='common-mbg-plugin', version='1.0.4')
)
libraryDependencies += "com.github.yuanmomo" % "common-mbg-plugin" % "1.0.4"
[com.github.yuanmomo/common-mbg-plugin "1.0.4"]