Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.wgzhao.datax |
ArtifactId | ArtifactIdhttpreader |
Version | Version3.2.1 |
Type | Typejar |
Filename | Size |
---|---|
httpreader-3.2.1.pom | |
httpreader-3.2.1.jar | 12 KB |
httpreader-3.2.1-sources.jar | 8 KB |
httpreader-3.2.1-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wgzhao.datax/httpreader/ -->
<dependency>
<groupId>com.wgzhao.datax</groupId>
<artifactId>httpreader</artifactId>
<version>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.wgzhao.datax/httpreader/
implementation 'com.wgzhao.datax:httpreader:3.2.1'
// https://jarcasting.com/artifacts/com.wgzhao.datax/httpreader/
implementation ("com.wgzhao.datax:httpreader:3.2.1")
'com.wgzhao.datax:httpreader:jar:3.2.1'
<dependency org="com.wgzhao.datax" name="httpreader" rev="3.2.1">
<artifact name="httpreader" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wgzhao.datax', module='httpreader', version='3.2.1')
)
libraryDependencies += "com.wgzhao.datax" % "httpreader" % "3.2.1"
[com.wgzhao.datax/httpreader "3.2.1"]