is not current version
Last Version 3.2.4

com.wgzhao.datax:txtfilewriter 3.2.3

TxtFileWriter提供了本地写入TEXT功能,建议开发、测试环境使用。

Categories

Categories

Data
GroupId

GroupId

com.wgzhao.datax
ArtifactId

ArtifactId

txtfilewriter
Version

Version

3.2.3
Type

Type

jar

Download txtfilewriter 3.2.3


<!-- https://jarcasting.com/artifacts/com.wgzhao.datax/txtfilewriter/ -->
<dependency>
    <groupId>com.wgzhao.datax</groupId>
    <artifactId>txtfilewriter</artifactId>
    <version>3.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.wgzhao.datax/txtfilewriter/
implementation 'com.wgzhao.datax:txtfilewriter:3.2.3'
// https://jarcasting.com/artifacts/com.wgzhao.datax/txtfilewriter/
implementation ("com.wgzhao.datax:txtfilewriter:3.2.3")
'com.wgzhao.datax:txtfilewriter:jar:3.2.3'
<dependency org="com.wgzhao.datax" name="txtfilewriter" rev="3.2.3">
  <artifact name="txtfilewriter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wgzhao.datax', module='txtfilewriter', version='3.2.3')
)
libraryDependencies += "com.wgzhao.datax" % "txtfilewriter" % "3.2.3"
[com.wgzhao.datax/txtfilewriter "3.2.3"]