Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.songyz0310 |
ArtifactId | ArtifactIdjava-toolkits-file |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
java-toolkits-file-0.0.1.pom | |
java-toolkits-file-0.0.1.jar | 8 KB |
java-toolkits-file-0.0.1-sources.jar | 4 KB |
java-toolkits-file-0.0.1-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.songyz0310/java-toolkits-file/ -->
<dependency>
<groupId>com.github.songyz0310</groupId>
<artifactId>java-toolkits-file</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.songyz0310/java-toolkits-file/
implementation 'com.github.songyz0310:java-toolkits-file:0.0.1'
// https://jarcasting.com/artifacts/com.github.songyz0310/java-toolkits-file/
implementation ("com.github.songyz0310:java-toolkits-file:0.0.1")
'com.github.songyz0310:java-toolkits-file:jar:0.0.1'
<dependency org="com.github.songyz0310" name="java-toolkits-file" rev="0.0.1">
<artifact name="java-toolkits-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.songyz0310', module='java-toolkits-file', version='0.0.1')
)
libraryDependencies += "com.github.songyz0310" % "java-toolkits-file" % "0.0.1"
[com.github.songyz0310/java-toolkits-file "0.0.1"]