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