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