GroupId | GroupIdcom.google.code.bean-matchers |
---|---|
ArtifactId | ArtifactIdbean-matchers |
Version | Version0.12 |
Type | Typejar |
Filename | Size |
---|---|
bean-matchers-0.12.pom | |
bean-matchers-0.12.jar | 47 KB |
bean-matchers-0.12-sources.jar | 29 KB |
bean-matchers-0.12-javadoc.jar | 455 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.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.bean-matchers/bean-matchers/
implementation 'com.google.code.bean-matchers:bean-matchers:0.12'
// https://jarcasting.com/artifacts/com.google.code.bean-matchers/bean-matchers/
implementation ("com.google.code.bean-matchers:bean-matchers:0.12")
'com.google.code.bean-matchers:bean-matchers:jar:0.12'
<dependency org="com.google.code.bean-matchers" name="bean-matchers" rev="0.12">
<artifact name="bean-matchers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.bean-matchers', module='bean-matchers', version='0.12')
)
libraryDependencies += "com.google.code.bean-matchers" % "bean-matchers" % "0.12"
[com.google.code.bean-matchers/bean-matchers "0.12"]