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