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