GroupId | GroupIdorg.patterntesting |
---|---|
ArtifactId | ArtifactIdpatterntesting-check-rt |
Version | Version1.7.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.patterntesting/patterntesting-check-rt/ -->
<dependency>
<groupId>org.patterntesting</groupId>
<artifactId>patterntesting-check-rt</artifactId>
<version>1.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.patterntesting/patterntesting-check-rt/
implementation 'org.patterntesting:patterntesting-check-rt:1.7.2'
// https://jarcasting.com/artifacts/org.patterntesting/patterntesting-check-rt/
implementation ("org.patterntesting:patterntesting-check-rt:1.7.2")
'org.patterntesting:patterntesting-check-rt:jar:1.7.2'
<dependency org="org.patterntesting" name="patterntesting-check-rt" rev="1.7.2">
<artifact name="patterntesting-check-rt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.patterntesting', module='patterntesting-check-rt', version='1.7.2')
)
libraryDependencies += "org.patterntesting" % "patterntesting-check-rt" % "1.7.2"
[org.patterntesting/patterntesting-check-rt "1.7.2"]