Files download
File Operation
smirror_2.11-0.9.jar download
smirror_2.11-0.9.pom download
smirror_2.11-0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>net.fwbrasil</groupId>
  <artifactId>smirror_2.11</artifactId>
  <version>0.9</version>
</dependency>
Gradle Groovy
implementation 'net.fwbrasil:smirror_2.11:0.9'
Gradle Kotlin
implementation("net.fwbrasil:smirror_2.11:0.9")
Scala SBT
libraryDependencies += "net.fwbrasil" % "smirror_2.11" % "0.9"
Groovy Grape
@Grapes(
  @Grab(group='net.fwbrasil', module='smirror_2.11', version='0.9')
)
Apache Ivy
<dependency org="net.fwbrasil" name="smirror_2.11" rev="0.9" />
Leiningen
[net.fwbrasil/smirror_2.11 "0.9"]
Apache Buildr
'net.fwbrasil:smirror_2.11:jar:0.9'