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