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