GroupId | GroupIdcom.google.code.bean-matchers |
---|---|
ArtifactId | ArtifactIdbean-matchers |
Version | Version0.7 |
Type | Typejar |
Filename | Size |
---|---|
bean-matchers-0.7.pom | |
bean-matchers-0.7.jar | 38 KB |
bean-matchers-0.7-sources.jar | 20 KB |
bean-matchers-0.7-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.bean-matchers/bean-matchers/ -->
<dependency>
<groupId>com.google.code.bean-matchers</groupId>
<artifactId>bean-matchers</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.bean-matchers/bean-matchers/
implementation 'com.google.code.bean-matchers:bean-matchers:0.7'
// https://jarcasting.com/artifacts/com.google.code.bean-matchers/bean-matchers/
implementation ("com.google.code.bean-matchers:bean-matchers:0.7")
'com.google.code.bean-matchers:bean-matchers:jar:0.7'
<dependency org="com.google.code.bean-matchers" name="bean-matchers" rev="0.7">
<artifact name="bean-matchers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.bean-matchers', module='bean-matchers', version='0.7')
)
libraryDependencies += "com.google.code.bean-matchers" % "bean-matchers" % "0.7"
[com.google.code.bean-matchers/bean-matchers "0.7"]