Files download
File Operation
boot-parent-2.0.1.RELEASE.pom download
Apache Maven
<dependency>
  <groupId>com.github.luues.boot</groupId>
  <artifactId>boot-parent</artifactId>
  <version>2.0.1.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.luues.boot:boot-parent:2.0.1.RELEASE'
Gradle Kotlin
implementation("com.github.luues.boot:boot-parent:2.0.1.RELEASE")
Scala SBT
libraryDependencies += "com.github.luues.boot" % "boot-parent" % "2.0.1.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.github.luues.boot', module='boot-parent', version='2.0.1.RELEASE')
)
Apache Ivy
<dependency org="com.github.luues.boot" name="boot-parent" rev="2.0.1.RELEASE" />
Leiningen
[com.github.luues.boot/boot-parent "2.0.1.RELEASE"]
Apache Buildr
'com.github.luues.boot:boot-parent:jar:2.0.1.RELEASE'
Dependencies
The project has no third-party dependencies