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