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