is not current version
Last Version 4.3.10

com.gitee.swsk33:ReadAndWriteJ 3.0.1

一个简单的实现文件简易读写的jar包。

GroupId

GroupId

com.gitee.swsk33
ArtifactId

ArtifactId

ReadAndWriteJ
Version

Version

3.0.1
Type

Type

jar

Download ReadAndWriteJ 3.0.1


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