MVN

com.gitee.swsk33 : read-and-write

Maven & Gradle

Jun 18, 2022

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

<dependency>
    <groupId>com.gitee.swsk33</groupId>
    <artifactId>read-and-write</artifactId>
    <version>7.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.swsk33 : read-and-write to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.0

All Versions

Choose a version of com.gitee.swsk33 : read-and-write to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
read-and-write-7.0.0
6.5.x
read-and-write-6.5.1
read-and-write-6.5.0
6.4.x
read-and-write-6.4.1
6.3.x
read-and-write-6.3.1
read-and-write-6.3.0
6.0.x
read-and-write-6.0.0
5.1.x
read-and-write-5.1.2
read-and-write-5.1.0-halloween
5.0.x
read-and-write-5.0.0-1024
4.5.x
read-and-write-4.5.12
read-and-write-4.5.11
read-and-write-4.5.10
4.3.x
read-and-write-4.3.10

How to add a dependency to Maven

Add the following com.gitee.swsk33 : read-and-write maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitee.swsk33</groupId>
    <artifactId>read-and-write</artifactId>
    <version>7.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitee.swsk33 : read-and-write gradle dependency to your build.gradle file:

implementation 'com.gitee.swsk33:read-and-write:7.0.0'

Gradle Kotlin DSL: Add the following com.gitee.swsk33 : read-and-write gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitee.swsk33:read-and-write:7.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitee.swsk33 : read-and-write sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitee.swsk33" % "read-and-write" % "7.0.0"