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