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