| GroupId | GroupIdio.github.forezp |
|---|---|
| ArtifactId | ArtifactIdmatrix-http-core |
| Version | Version1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| matrix-http-core-1.3.pom | |
| matrix-http-core-1.3.jar | 24 KB |
| matrix-http-core-1.3-sources.jar | 12 KB |
| matrix-http-core-1.3-javadoc.jar | 98 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.forezp/matrix-http-core/ -->
<dependency>
<groupId>io.github.forezp</groupId>
<artifactId>matrix-http-core</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.forezp/matrix-http-core/
implementation 'io.github.forezp:matrix-http-core:1.3'
// https://jarcasting.com/artifacts/io.github.forezp/matrix-http-core/
implementation ("io.github.forezp:matrix-http-core:1.3")
'io.github.forezp:matrix-http-core:jar:1.3'
<dependency org="io.github.forezp" name="matrix-http-core" rev="1.3">
<artifact name="matrix-http-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.forezp', module='matrix-http-core', version='1.3')
)
libraryDependencies += "io.github.forezp" % "matrix-http-core" % "1.3"
[io.github.forezp/matrix-http-core "1.3"]