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