| GroupId | GroupIdcom.rongji.dfish |
|---|---|
| ArtifactId | ArtifactIddfish |
| Version | Version3.2.6.RELEASE |
| Type | Typepom |
| Filename | Size |
|---|---|
| dfish-3.2.6.RELEASE.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.rongji.dfish/dfish/ -->
<dependency>
<groupId>com.rongji.dfish</groupId>
<artifactId>dfish</artifactId>
<version>3.2.6.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.rongji.dfish/dfish/
implementation 'com.rongji.dfish:dfish:3.2.6.RELEASE'
// https://jarcasting.com/artifacts/com.rongji.dfish/dfish/
implementation ("com.rongji.dfish:dfish:3.2.6.RELEASE")
'com.rongji.dfish:dfish:pom:3.2.6.RELEASE'
<dependency org="com.rongji.dfish" name="dfish" rev="3.2.6.RELEASE">
<artifact name="dfish" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.rongji.dfish', module='dfish', version='3.2.6.RELEASE')
)
libraryDependencies += "com.rongji.dfish" % "dfish" % "3.2.6.RELEASE"
[com.rongji.dfish/dfish "3.2.6.RELEASE"]