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