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