b

base-file

file 文件模块
${projectUrl}
The Apache Software License, Version 2.0
杨家进 林正康
Files download
File Operation
base-file-1.0.0-RELEASE.jar download
base-file-1.0.0-RELEASE.pom download
base-file-1.0.0-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.gaozui</groupId>
  <artifactId>base-file</artifactId>
  <version>1.0.0-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'io.github.gaozui:base-file:1.0.0-RELEASE'
Gradle Kotlin
implementation("io.github.gaozui:base-file:1.0.0-RELEASE")
Scala SBT
libraryDependencies += "io.github.gaozui" % "base-file" % "1.0.0-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='io.github.gaozui', module='base-file', version='1.0.0-RELEASE')
)
Apache Ivy
<dependency org="io.github.gaozui" name="base-file" rev="1.0.0-RELEASE" />
Leiningen
[io.github.gaozui/base-file "1.0.0-RELEASE"]
Apache Buildr
'io.github.gaozui:base-file:jar:1.0.0-RELEASE'