文件下载
文件名 操作
commons-parent-1.0.1.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.double-bin</groupId>
  <artifactId>commons-parent</artifactId>
  <version>1.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.double-bin:commons-parent:1.0.1'
Gradle Kotlin
implementation("com.github.double-bin:commons-parent:1.0.1")
Scala SBT
libraryDependencies += "com.github.double-bin" % "commons-parent" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.double-bin', module='commons-parent', version='1.0.1')
)
Apache Ivy
<dependency org="com.github.double-bin" name="commons-parent" rev="1.0.1" />
Leiningen
[com.github.double-bin/commons-parent "1.0.1"]
Apache Buildr
'com.github.double-bin:commons-parent:jar:1.0.1'
本项目依赖
该项目无第三方依赖