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