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