文件下载
文件名 操作
compiler-0.6.2.pom 下载
Apache Maven
<dependency>
  <groupId>io.github.paullo612.mlfx.compiler</groupId>
  <artifactId>compiler</artifactId>
  <version>0.6.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.paullo612.mlfx.compiler:compiler:0.6.2'
Gradle Kotlin
implementation("io.github.paullo612.mlfx.compiler:compiler:0.6.2")
Scala SBT
libraryDependencies += "io.github.paullo612.mlfx.compiler" % "compiler" % "0.6.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.paullo612.mlfx.compiler', module='compiler', version='0.6.2')
)
Apache Ivy
<dependency org="io.github.paullo612.mlfx.compiler" name="compiler" rev="0.6.2" />
Leiningen
[io.github.paullo612.mlfx.compiler/compiler "0.6.2"]
Apache Buildr
'io.github.paullo612.mlfx.compiler:compiler:jar:0.6.2'
本项目依赖
该项目无第三方依赖