文件下载
文件名 操作
supertoasts-1.3.2.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.johnpersano</groupId>
  <artifactId>supertoasts</artifactId>
  <version>1.3.2</version>
  <type>apklib</type>
</dependency>
Gradle Groovy
implementation 'com.github.johnpersano:supertoasts:1.3.2'
Gradle Kotlin
implementation("com.github.johnpersano:supertoasts:1.3.2")
Scala SBT
libraryDependencies += "com.github.johnpersano" % "supertoasts" % "1.3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.johnpersano', module='supertoasts', version='1.3.2')
)
Apache Ivy
<dependency org="com.github.johnpersano" name="supertoasts" rev="1.3.2" />
Leiningen
[com.github.johnpersano/supertoasts "1.3.2"]
Apache Buildr
'com.github.johnpersano:supertoasts:jar:1.3.2'
本项目依赖