文件下载
文件名 操作
easymath-processor-0.1.12.jar 下载
easymath-processor-0.1.12.pom 下载
easymath-processor-0.1.12-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.eduardovalentim</groupId>
  <artifactId>easymath-processor</artifactId>
  <version>0.1.12</version>
</dependency>
Gradle Groovy
implementation 'com.github.eduardovalentim:easymath-processor:0.1.12'
Gradle Kotlin
implementation("com.github.eduardovalentim:easymath-processor:0.1.12")
Scala SBT
libraryDependencies += "com.github.eduardovalentim" % "easymath-processor" % "0.1.12"
Groovy Grape
@Grapes(
  @Grab(group='com.github.eduardovalentim', module='easymath-processor', version='0.1.12')
)
Apache Ivy
<dependency org="com.github.eduardovalentim" name="easymath-processor" rev="0.1.12" />
Leiningen
[com.github.eduardovalentim/easymath-processor "0.1.12"]
Apache Buildr
'com.github.eduardovalentim:easymath-processor:jar:0.1.12'