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