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