文件下载
文件名 操作
common-v2-7.1.0.jar 下载
common-v2-7.1.0.pom 下载
common-v2-7.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>me.madhead.aws-junit5</groupId>
  <artifactId>common-v2</artifactId>
  <version>7.1.0</version>
</dependency>
Gradle Groovy
implementation 'me.madhead.aws-junit5:common-v2:7.1.0'
Gradle Kotlin
implementation("me.madhead.aws-junit5:common-v2:7.1.0")
Scala SBT
libraryDependencies += "me.madhead.aws-junit5" % "common-v2" % "7.1.0"
Groovy Grape
@Grapes(
  @Grab(group='me.madhead.aws-junit5', module='common-v2', version='7.1.0')
)
Apache Ivy
<dependency org="me.madhead.aws-junit5" name="common-v2" rev="7.1.0" />
Leiningen
[me.madhead.aws-junit5/common-v2 "7.1.0"]
Apache Buildr
'me.madhead.aws-junit5:common-v2:jar:7.1.0'