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