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