GroupId | GroupIdcom.gitee.swsk33 |
---|---|
ArtifactId | ArtifactIdread-and-write |
Version | Version6.0.0 |
Type | Typejar |
Filename | Size |
---|---|
read-and-write-6.0.0.pom | |
read-and-write-6.0.0.jar | 41 KB |
read-and-write-6.0.0-sources.jar | 17 KB |
read-and-write-6.0.0-javadoc.jar | 493 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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.swsk33/read-and-write/
implementation 'com.gitee.swsk33:read-and-write:6.0.0'
// https://jarcasting.com/artifacts/com.gitee.swsk33/read-and-write/
implementation ("com.gitee.swsk33:read-and-write:6.0.0")
'com.gitee.swsk33:read-and-write:jar:6.0.0'
<dependency org="com.gitee.swsk33" name="read-and-write" rev="6.0.0">
<artifact name="read-and-write" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.swsk33', module='read-and-write', version='6.0.0')
)
libraryDependencies += "com.gitee.swsk33" % "read-and-write" % "6.0.0"
[com.gitee.swsk33/read-and-write "6.0.0"]