Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdorg.e-hoffman.testing |
ArtifactId | ArtifactIdJunitAopAllianceRunner |
Version | Version1.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.e-hoffman.testing/JunitAopAllianceRunner/ -->
<dependency>
<groupId>org.e-hoffman.testing</groupId>
<artifactId>JunitAopAllianceRunner</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.e-hoffman.testing/JunitAopAllianceRunner/
implementation 'org.e-hoffman.testing:JunitAopAllianceRunner:1.4.0'
// https://jarcasting.com/artifacts/org.e-hoffman.testing/JunitAopAllianceRunner/
implementation ("org.e-hoffman.testing:JunitAopAllianceRunner:1.4.0")
'org.e-hoffman.testing:JunitAopAllianceRunner:jar:1.4.0'
<dependency org="org.e-hoffman.testing" name="JunitAopAllianceRunner" rev="1.4.0">
<artifact name="JunitAopAllianceRunner" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.e-hoffman.testing', module='JunitAopAllianceRunner', version='1.4.0')
)
libraryDependencies += "org.e-hoffman.testing" % "JunitAopAllianceRunner" % "1.4.0"
[org.e-hoffman.testing/JunitAopAllianceRunner "1.4.0"]