GroupId | GroupIdch.viascom.groundwork |
---|---|
ArtifactId | ArtifactIdfoxhttp |
Version | Version1.3.5 |
Type | Typejar |
Filename | Size |
---|---|
foxhttp-1.3.5.pom | |
foxhttp-1.3.5.jar | 210 KB |
foxhttp-1.3.5-sources.jar | 123 KB |
foxhttp-1.3.5-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.viascom.groundwork/foxhttp/ -->
<dependency>
<groupId>ch.viascom.groundwork</groupId>
<artifactId>foxhttp</artifactId>
<version>1.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/ch.viascom.groundwork/foxhttp/
implementation 'ch.viascom.groundwork:foxhttp:1.3.5'
// https://jarcasting.com/artifacts/ch.viascom.groundwork/foxhttp/
implementation ("ch.viascom.groundwork:foxhttp:1.3.5")
'ch.viascom.groundwork:foxhttp:jar:1.3.5'
<dependency org="ch.viascom.groundwork" name="foxhttp" rev="1.3.5">
<artifact name="foxhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.viascom.groundwork', module='foxhttp', version='1.3.5')
)
libraryDependencies += "ch.viascom.groundwork" % "foxhttp" % "1.3.5"
[ch.viascom.groundwork/foxhttp "1.3.5"]