| Группа | Группаcom.rongji.dfish |
|---|---|
| Идентификатор | Идентификаторdfish |
| Версия | Версия5.0.2.RELEASE |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| dfish-5.0.2.RELEASE.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.rongji.dfish/dfish/ -->
<dependency>
<groupId>com.rongji.dfish</groupId>
<artifactId>dfish</artifactId>
<version>5.0.2.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.rongji.dfish/dfish/
implementation 'com.rongji.dfish:dfish:5.0.2.RELEASE'
// https://jarcasting.com/artifacts/com.rongji.dfish/dfish/
implementation ("com.rongji.dfish:dfish:5.0.2.RELEASE")
'com.rongji.dfish:dfish:pom:5.0.2.RELEASE'
<dependency org="com.rongji.dfish" name="dfish" rev="5.0.2.RELEASE">
<artifact name="dfish" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.rongji.dfish', module='dfish', version='5.0.2.RELEASE')
)
libraryDependencies += "com.rongji.dfish" % "dfish" % "5.0.2.RELEASE"
[com.rongji.dfish/dfish "5.0.2.RELEASE"]