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