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