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