Files download
File Operation
resource-1.2.5.jar download
resource-1.2.5.pom download
resource-1.2.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.shaohuizhe</groupId>
  <artifactId>resource</artifactId>
  <version>1.2.5</version>
</dependency>
Gradle Groovy
implementation 'io.github.shaohuizhe:resource:1.2.5'
Gradle Kotlin
implementation("io.github.shaohuizhe:resource:1.2.5")
Scala SBT
libraryDependencies += "io.github.shaohuizhe" % "resource" % "1.2.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.shaohuizhe', module='resource', version='1.2.5')
)
Apache Ivy
<dependency org="io.github.shaohuizhe" name="resource" rev="1.2.5" />
Leiningen
[io.github.shaohuizhe/resource "1.2.5"]
Apache Buildr
'io.github.shaohuizhe:resource:jar:1.2.5'
Dependencies