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