License |
License |
---|---|
GroupId | GroupIdcom.gitee.swsk33 |
ArtifactId | ArtifactIdread-and-write |
Version | Version6.5.1 |
Type | Typejar |
Description |
DescriptionReadAndWriteJ
一个简单的实现文件简易读写的jar包。
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
read-and-write-6.5.1.pom | |
read-and-write-6.5.1.jar | 58 KB |
read-and-write-6.5.1-sources.jar | 23 KB |
read-and-write-6.5.1-javadoc.jar | 517 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.swsk33/read-and-write/ -->
<dependency>
<groupId>com.gitee.swsk33</groupId>
<artifactId>read-and-write</artifactId>
<version>6.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.swsk33/read-and-write/
implementation 'com.gitee.swsk33:read-and-write:6.5.1'
// https://jarcasting.com/artifacts/com.gitee.swsk33/read-and-write/
implementation ("com.gitee.swsk33:read-and-write:6.5.1")
'com.gitee.swsk33:read-and-write:jar:6.5.1'
<dependency org="com.gitee.swsk33" name="read-and-write" rev="6.5.1">
<artifact name="read-and-write" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.swsk33', module='read-and-write', version='6.5.1')
)
libraryDependencies += "com.gitee.swsk33" % "read-and-write" % "6.5.1"
[com.gitee.swsk33/read-and-write "6.5.1"]