| GroupId | GroupIdtech.simter |
|---|---|
| ArtifactId | ArtifactIdsimter-http |
| Version | Version0.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| simter-http-0.4.0.pom | |
| simter-http-0.4.0.jar | 5 KB |
| simter-http-0.4.0-sources.jar | 4 KB |
| simter-http-0.4.0-javadoc.jar | 31 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/tech.simter/simter-http/ -->
<dependency>
<groupId>tech.simter</groupId>
<artifactId>simter-http</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.simter/simter-http/
implementation 'tech.simter:simter-http:0.4.0'
// https://jarcasting.com/artifacts/tech.simter/simter-http/
implementation ("tech.simter:simter-http:0.4.0")
'tech.simter:simter-http:jar:0.4.0'
<dependency org="tech.simter" name="simter-http" rev="0.4.0">
<artifact name="simter-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.simter', module='simter-http', version='0.4.0')
)
libraryDependencies += "tech.simter" % "simter-http" % "0.4.0"
[tech.simter/simter-http "0.4.0"]