GroupId | GroupIdcom.github.liuzhenghui |
---|---|
ArtifactId | ArtifactIdecology-plugin-core |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
ecology-plugin-core-1.0.5.pom | |
ecology-plugin-core-1.0.5.jar | 8 MB |
ecology-plugin-core-1.0.5-sources.jar | 3 MB |
ecology-plugin-core-1.0.5-javadoc.jar | 133 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.liuzhenghui/ecology-plugin-core/ -->
<dependency>
<groupId>com.github.liuzhenghui</groupId>
<artifactId>ecology-plugin-core</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liuzhenghui/ecology-plugin-core/
implementation 'com.github.liuzhenghui:ecology-plugin-core:1.0.5'
// https://jarcasting.com/artifacts/com.github.liuzhenghui/ecology-plugin-core/
implementation ("com.github.liuzhenghui:ecology-plugin-core:1.0.5")
'com.github.liuzhenghui:ecology-plugin-core:jar:1.0.5'
<dependency org="com.github.liuzhenghui" name="ecology-plugin-core" rev="1.0.5">
<artifact name="ecology-plugin-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liuzhenghui', module='ecology-plugin-core', version='1.0.5')
)
libraryDependencies += "com.github.liuzhenghui" % "ecology-plugin-core" % "1.0.5"
[com.github.liuzhenghui/ecology-plugin-core "1.0.5"]