GroupId | GroupIdcom.jslsolucoes |
---|---|
ArtifactId | ArtifactIdhttp-info |
Version | Version1.0.33 |
Type | Typejar |
Filename | Size |
---|---|
http-info-1.0.33.pom | |
http-info-1.0.33.jar | 6 KB |
http-info-1.0.33-sources.jar | 3 KB |
http-info-1.0.33-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jslsolucoes/http-info/ -->
<dependency>
<groupId>com.jslsolucoes</groupId>
<artifactId>http-info</artifactId>
<version>1.0.33</version>
</dependency>
// https://jarcasting.com/artifacts/com.jslsolucoes/http-info/
implementation 'com.jslsolucoes:http-info:1.0.33'
// https://jarcasting.com/artifacts/com.jslsolucoes/http-info/
implementation ("com.jslsolucoes:http-info:1.0.33")
'com.jslsolucoes:http-info:jar:1.0.33'
<dependency org="com.jslsolucoes" name="http-info" rev="1.0.33">
<artifact name="http-info" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jslsolucoes', module='http-info', version='1.0.33')
)
libraryDependencies += "com.jslsolucoes" % "http-info" % "1.0.33"
[com.jslsolucoes/http-info "1.0.33"]