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