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