GroupId | GroupIdcom.rongji.dfish |
---|---|
ArtifactId | ArtifactIddfish-ui-plugin |
Version | Version5.0.1.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.rongji.dfish/dfish-ui-plugin/ -->
<dependency>
<groupId>com.rongji.dfish</groupId>
<artifactId>dfish-ui-plugin</artifactId>
<version>5.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.rongji.dfish/dfish-ui-plugin/
implementation 'com.rongji.dfish:dfish-ui-plugin:5.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.rongji.dfish/dfish-ui-plugin/
implementation ("com.rongji.dfish:dfish-ui-plugin:5.0.1.RELEASE")
'com.rongji.dfish:dfish-ui-plugin:jar:5.0.1.RELEASE'
<dependency org="com.rongji.dfish" name="dfish-ui-plugin" rev="5.0.1.RELEASE">
<artifact name="dfish-ui-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rongji.dfish', module='dfish-ui-plugin', version='5.0.1.RELEASE')
)
libraryDependencies += "com.rongji.dfish" % "dfish-ui-plugin" % "5.0.1.RELEASE"
[com.rongji.dfish/dfish-ui-plugin "5.0.1.RELEASE"]