文件下载
文件名 操作
data-structure-1.2.jar 下载
data-structure-1.2.pom 下载
data-structure-1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.MissThee</groupId>
  <artifactId>data-structure</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.MissThee:data-structure:1.2'
Gradle Kotlin
implementation("com.github.MissThee:data-structure:1.2")
Scala SBT
libraryDependencies += "com.github.MissThee" % "data-structure" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.MissThee', module='data-structure', version='1.2')
)
Apache Ivy
<dependency org="com.github.MissThee" name="data-structure" rev="1.2" />
Leiningen
[com.github.MissThee/data-structure "1.2"]
Apache Buildr
'com.github.MissThee:data-structure:jar:1.2'
本项目依赖