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