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