文件下载
文件名 操作
thundr-parent-2.pom 下载
Apache Maven
<dependency>
  <groupId>com.threewks.thundr</groupId>
  <artifactId>thundr-parent</artifactId>
  <version>2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.threewks.thundr:thundr-parent:2'
Gradle Kotlin
implementation("com.threewks.thundr:thundr-parent:2")
Scala SBT
libraryDependencies += "com.threewks.thundr" % "thundr-parent" % "2"
Groovy Grape
@Grapes(
  @Grab(group='com.threewks.thundr', module='thundr-parent', version='2')
)
Apache Ivy
<dependency org="com.threewks.thundr" name="thundr-parent" rev="2" />
Leiningen
[com.threewks.thundr/thundr-parent "2"]
Apache Buildr
'com.threewks.thundr:thundr-parent:jar:2'