GroupId | GroupIdio.github.fosstree |
---|---|
ArtifactId | ArtifactIdhttippy |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
httippy-1.0.1.pom | |
httippy-1.0.1.jar | 9 KB |
httippy-1.0.1-sources.jar | 5 KB |
httippy-1.0.1-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.fosstree/httippy/ -->
<dependency>
<groupId>io.github.fosstree</groupId>
<artifactId>httippy</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.fosstree/httippy/
implementation 'io.github.fosstree:httippy:1.0.1'
// https://jarcasting.com/artifacts/io.github.fosstree/httippy/
implementation ("io.github.fosstree:httippy:1.0.1")
'io.github.fosstree:httippy:jar:1.0.1'
<dependency org="io.github.fosstree" name="httippy" rev="1.0.1">
<artifact name="httippy" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.fosstree', module='httippy', version='1.0.1')
)
libraryDependencies += "io.github.fosstree" % "httippy" % "1.0.1"
[io.github.fosstree/httippy "1.0.1"]