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