GroupId | GroupIdcom.haoxuer.bigworld |
---|---|
ArtifactId | ArtifactIdbigworld-plugin |
Version | Version3.3.10-20210917 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.haoxuer.bigworld/bigworld-plugin/ -->
<dependency>
<groupId>com.haoxuer.bigworld</groupId>
<artifactId>bigworld-plugin</artifactId>
<version>3.3.10-20210917</version>
</dependency>
// https://jarcasting.com/artifacts/com.haoxuer.bigworld/bigworld-plugin/
implementation 'com.haoxuer.bigworld:bigworld-plugin:3.3.10-20210917'
// https://jarcasting.com/artifacts/com.haoxuer.bigworld/bigworld-plugin/
implementation ("com.haoxuer.bigworld:bigworld-plugin:3.3.10-20210917")
'com.haoxuer.bigworld:bigworld-plugin:jar:3.3.10-20210917'
<dependency org="com.haoxuer.bigworld" name="bigworld-plugin" rev="3.3.10-20210917">
<artifact name="bigworld-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.haoxuer.bigworld', module='bigworld-plugin', version='3.3.10-20210917')
)
libraryDependencies += "com.haoxuer.bigworld" % "bigworld-plugin" % "3.3.10-20210917"
[com.haoxuer.bigworld/bigworld-plugin "3.3.10-20210917"]