d

detect-webgl

Android Library to easily allow you to determine device's WebGL support level
https://github.com/SeanZoR/android-detect-webgl
The Apache Software License, Version 2.0
Sean Katz
文件下载
文件名 操作
detect-webgl-1.0.3.pom 下载
detect-webgl-1.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.seanzor</groupId>
  <artifactId>detect-webgl</artifactId>
  <version>1.0.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.seanzor:detect-webgl:1.0.3'
Gradle Kotlin
implementation("com.github.seanzor:detect-webgl:1.0.3")
Scala SBT
libraryDependencies += "com.github.seanzor" % "detect-webgl" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.seanzor', module='detect-webgl', version='1.0.3')
)
Apache Ivy
<dependency org="com.github.seanzor" name="detect-webgl" rev="1.0.3" />
Leiningen
[com.github.seanzor/detect-webgl "1.0.3"]
Apache Buildr
'com.github.seanzor:detect-webgl:jar:1.0.3'
本项目依赖