GroupId | GroupIdcom.github.liuzhenghui |
---|---|
ArtifactId | ArtifactIdecology-plugin-core |
Version | Version1.0.7.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.liuzhenghui/ecology-plugin-core/ -->
<dependency>
<groupId>com.github.liuzhenghui</groupId>
<artifactId>ecology-plugin-core</artifactId>
<version>1.0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liuzhenghui/ecology-plugin-core/
implementation 'com.github.liuzhenghui:ecology-plugin-core:1.0.7.1'
// https://jarcasting.com/artifacts/com.github.liuzhenghui/ecology-plugin-core/
implementation ("com.github.liuzhenghui:ecology-plugin-core:1.0.7.1")
'com.github.liuzhenghui:ecology-plugin-core:jar:1.0.7.1'
<dependency org="com.github.liuzhenghui" name="ecology-plugin-core" rev="1.0.7.1">
<artifact name="ecology-plugin-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liuzhenghui', module='ecology-plugin-core', version='1.0.7.1')
)
libraryDependencies += "com.github.liuzhenghui" % "ecology-plugin-core" % "1.0.7.1"
[com.github.liuzhenghui/ecology-plugin-core "1.0.7.1"]