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