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