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