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