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