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