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