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