GroupId | GroupIdorg.patterntesting |
---|---|
ArtifactId | ArtifactIdpatterntesting-check |
Version | Version1.4.1 |
Type | Typepom |
Filename | Size |
---|---|
patterntesting-check-1.4.1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.patterntesting/patterntesting-check/ -->
<dependency>
<groupId>org.patterntesting</groupId>
<artifactId>patterntesting-check</artifactId>
<version>1.4.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.patterntesting/patterntesting-check/
implementation 'org.patterntesting:patterntesting-check:1.4.1'
// https://jarcasting.com/artifacts/org.patterntesting/patterntesting-check/
implementation ("org.patterntesting:patterntesting-check:1.4.1")
'org.patterntesting:patterntesting-check:pom:1.4.1'
<dependency org="org.patterntesting" name="patterntesting-check" rev="1.4.1">
<artifact name="patterntesting-check" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.patterntesting', module='patterntesting-check', version='1.4.1')
)
libraryDependencies += "org.patterntesting" % "patterntesting-check" % "1.4.1"
[org.patterntesting/patterntesting-check "1.4.1"]