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