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