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