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