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