Files download
File Operation
common-6.0.1.jar download
common-6.0.1.pom download
common-6.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>me.madhead.aws-junit5</groupId>
  <artifactId>common</artifactId>
  <version>6.0.1</version>
</dependency>
Gradle Groovy
implementation 'me.madhead.aws-junit5:common:6.0.1'
Gradle Kotlin
implementation("me.madhead.aws-junit5:common:6.0.1")
Scala SBT
libraryDependencies += "me.madhead.aws-junit5" % "common" % "6.0.1"
Groovy Grape
@Grapes(
  @Grab(group='me.madhead.aws-junit5', module='common', version='6.0.1')
)
Apache Ivy
<dependency org="me.madhead.aws-junit5" name="common" rev="6.0.1" />
Leiningen
[me.madhead.aws-junit5/common "6.0.1"]
Apache Buildr
'me.madhead.aws-junit5:common:jar:6.0.1'
Dependencies