GroupId | GroupIdin.sourceshift.genericmodules |
---|---|
ArtifactId | ArtifactIdhttputils |
Version | Version16.1.0 |
Type | Typejar |
Filename | Size |
---|---|
httputils-16.1.0.pom | |
httputils-16.1.0.jar | 18 KB |
httputils-16.1.0-sources.jar | 9 KB |
httputils-16.1.0-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/in.sourceshift.genericmodules/httputils/ -->
<dependency>
<groupId>in.sourceshift.genericmodules</groupId>
<artifactId>httputils</artifactId>
<version>16.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/in.sourceshift.genericmodules/httputils/
implementation 'in.sourceshift.genericmodules:httputils:16.1.0'
// https://jarcasting.com/artifacts/in.sourceshift.genericmodules/httputils/
implementation ("in.sourceshift.genericmodules:httputils:16.1.0")
'in.sourceshift.genericmodules:httputils:jar:16.1.0'
<dependency org="in.sourceshift.genericmodules" name="httputils" rev="16.1.0">
<artifact name="httputils" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.sourceshift.genericmodules', module='httputils', version='16.1.0')
)
libraryDependencies += "in.sourceshift.genericmodules" % "httputils" % "16.1.0"
[in.sourceshift.genericmodules/httputils "16.1.0"]