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