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