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