| GroupId | GroupIdcom.tvd12 |
|---|---|
| ArtifactId | ArtifactIdezyhttp-core |
| Version | Version0.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ezyhttp-core-0.0.2.pom | |
| ezyhttp-core-0.0.2.jar | 37 KB |
| ezyhttp-core-0.0.2-sources.jar | 21 KB |
| ezyhttp-core-0.0.2-javadoc.jar | 248 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tvd12/ezyhttp-core/ -->
<dependency>
<groupId>com.tvd12</groupId>
<artifactId>ezyhttp-core</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tvd12/ezyhttp-core/
implementation 'com.tvd12:ezyhttp-core:0.0.2'
// https://jarcasting.com/artifacts/com.tvd12/ezyhttp-core/
implementation ("com.tvd12:ezyhttp-core:0.0.2")
'com.tvd12:ezyhttp-core:jar:0.0.2'
<dependency org="com.tvd12" name="ezyhttp-core" rev="0.0.2">
<artifact name="ezyhttp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tvd12', module='ezyhttp-core', version='0.0.2')
)
libraryDependencies += "com.tvd12" % "ezyhttp-core" % "0.0.2"
[com.tvd12/ezyhttp-core "0.0.2"]