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