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