s

shoutout

A library that is a wrapper around the common Log class in android
https://github.com/nisrulz/ShoutOut
The Apache Software License, Version 2.0
Nishant Srivastava
文件下载
文件名 操作
shoutout-1.0.2.pom 下载
shoutout-1.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.nisrulz</groupId>
  <artifactId>shoutout</artifactId>
  <version>1.0.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.nisrulz:shoutout:1.0.2'
Gradle Kotlin
implementation("com.github.nisrulz:shoutout:1.0.2")
Scala SBT
libraryDependencies += "com.github.nisrulz" % "shoutout" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nisrulz', module='shoutout', version='1.0.2')
)
Apache Ivy
<dependency org="com.github.nisrulz" name="shoutout" rev="1.0.2" />
Leiningen
[com.github.nisrulz/shoutout "1.0.2"]
Apache Buildr
'com.github.nisrulz:shoutout:jar:1.0.2'
本项目依赖
该项目无第三方依赖