Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.github.sleroy |
ArtifactId | ArtifactIdfakesmtp-junit-runner |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.sleroy/fakesmtp-junit-runner/ -->
<dependency>
<groupId>com.github.sleroy</groupId>
<artifactId>fakesmtp-junit-runner</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sleroy/fakesmtp-junit-runner/
implementation 'com.github.sleroy:fakesmtp-junit-runner:0.1.0'
// https://jarcasting.com/artifacts/com.github.sleroy/fakesmtp-junit-runner/
implementation ("com.github.sleroy:fakesmtp-junit-runner:0.1.0")
'com.github.sleroy:fakesmtp-junit-runner:jar:0.1.0'
<dependency org="com.github.sleroy" name="fakesmtp-junit-runner" rev="0.1.0">
<artifact name="fakesmtp-junit-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sleroy', module='fakesmtp-junit-runner', version='0.1.0')
)
libraryDependencies += "com.github.sleroy" % "fakesmtp-junit-runner" % "0.1.0"
[com.github.sleroy/fakesmtp-junit-runner "0.1.0"]