Files download
File Operation
spring-boot-starter-parent-2.7.0.v1.pom download
Apache Maven
<dependency>
  <groupId>com.seepine</groupId>
  <artifactId>spring-boot-starter-parent</artifactId>
  <version>2.7.0.v1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.seepine:spring-boot-starter-parent:2.7.0.v1'
Gradle Kotlin
implementation("com.seepine:spring-boot-starter-parent:2.7.0.v1")
Scala SBT
libraryDependencies += "com.seepine" % "spring-boot-starter-parent" % "2.7.0.v1"
Groovy Grape
@Grapes(
  @Grab(group='com.seepine', module='spring-boot-starter-parent', version='2.7.0.v1')
)
Apache Ivy
<dependency org="com.seepine" name="spring-boot-starter-parent" rev="2.7.0.v1" />
Leiningen
[com.seepine/spring-boot-starter-parent "2.7.0.v1"]
Apache Buildr
'com.seepine:spring-boot-starter-parent:jar:2.7.0.v1'