| License |
License |
|---|---|
| GroupId | GroupIdcom.iwbfly |
| ArtifactId | ArtifactIdmyhttp |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptioncom.iwbfly:myhttp
easy http client
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| myhttp-1.0.0.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.iwbfly/myhttp/ -->
<dependency>
<groupId>com.iwbfly</groupId>
<artifactId>myhttp</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.iwbfly/myhttp/
implementation 'com.iwbfly:myhttp:1.0.0'
// https://jarcasting.com/artifacts/com.iwbfly/myhttp/
implementation ("com.iwbfly:myhttp:1.0.0")
'com.iwbfly:myhttp:pom:1.0.0'
<dependency org="com.iwbfly" name="myhttp" rev="1.0.0">
<artifact name="myhttp" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.iwbfly', module='myhttp', version='1.0.0')
)
libraryDependencies += "com.iwbfly" % "myhttp" % "1.0.0"
[com.iwbfly/myhttp "1.0.0"]