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