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