is not current version
Last Version 1.0.4

com.mydataharbor:mydataharbor-system-plugin 1.0.2-RELEASE

系统级基础插件

Categories

Categories

Data
GroupId

GroupId

com.mydataharbor
ArtifactId

ArtifactId

mydataharbor-system-plugin
Version

Version

1.0.2-RELEASE
Type

Type

jar

Download mydataharbor-system-plugin 1.0.2-RELEASE


<!-- https://jarcasting.com/artifacts/com.mydataharbor/mydataharbor-system-plugin/ -->
<dependency>
    <groupId>com.mydataharbor</groupId>
    <artifactId>mydataharbor-system-plugin</artifactId>
    <version>1.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.mydataharbor/mydataharbor-system-plugin/
implementation 'com.mydataharbor:mydataharbor-system-plugin:1.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.mydataharbor/mydataharbor-system-plugin/
implementation ("com.mydataharbor:mydataharbor-system-plugin:1.0.2-RELEASE")
'com.mydataharbor:mydataharbor-system-plugin:jar:1.0.2-RELEASE'
<dependency org="com.mydataharbor" name="mydataharbor-system-plugin" rev="1.0.2-RELEASE">
  <artifact name="mydataharbor-system-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mydataharbor', module='mydataharbor-system-plugin', version='1.0.2-RELEASE')
)
libraryDependencies += "com.mydataharbor" % "mydataharbor-system-plugin" % "1.0.2-RELEASE"
[com.mydataharbor/mydataharbor-system-plugin "1.0.2-RELEASE"]