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