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