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