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