Files download
File Operation
test-library-1.0.3.pom download
test-library-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.05nelsonm</groupId>
  <artifactId>test-library</artifactId>
  <version>1.0.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.05nelsonm:test-library:1.0.3'
Gradle Kotlin
implementation("com.github.05nelsonm:test-library:1.0.3")
Scala SBT
libraryDependencies += "com.github.05nelsonm" % "test-library" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.05nelsonm', module='test-library', version='1.0.3')
)
Apache Ivy
<dependency org="com.github.05nelsonm" name="test-library" rev="1.0.3" />
Leiningen
[com.github.05nelsonm/test-library "1.0.3"]
Apache Buildr
'com.github.05nelsonm:test-library:jar:1.0.3'