GroupId | GroupIdcom.gitee.swsk33 |
---|---|
ArtifactId | ArtifactIdread-and-write |
Version | Version5.1.2 |
Type | Typejar |
Filename | Size |
---|---|
read-and-write-5.1.2.pom | |
read-and-write-5.1.2.jar | 36 KB |
read-and-write-5.1.2-sources.jar | 14 KB |
read-and-write-5.1.2-javadoc.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.swsk33/read-and-write/ -->
<dependency>
<groupId>com.gitee.swsk33</groupId>
<artifactId>read-and-write</artifactId>
<version>5.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.swsk33/read-and-write/
implementation 'com.gitee.swsk33:read-and-write:5.1.2'
// https://jarcasting.com/artifacts/com.gitee.swsk33/read-and-write/
implementation ("com.gitee.swsk33:read-and-write:5.1.2")
'com.gitee.swsk33:read-and-write:jar:5.1.2'
<dependency org="com.gitee.swsk33" name="read-and-write" rev="5.1.2">
<artifact name="read-and-write" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.swsk33', module='read-and-write', version='5.1.2')
)
libraryDependencies += "com.gitee.swsk33" % "read-and-write" % "5.1.2"
[com.gitee.swsk33/read-and-write "5.1.2"]