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