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