GroupId | GroupIdorg.truth0 |
---|---|
ArtifactId | ArtifactIdtruth |
Version | Version0.11 |
Type | Typejar |
Filename | Size |
---|---|
truth-0.11.pom | |
truth-0.11.jar | 50 KB |
truth-0.11-sources.jar | 27 KB |
truth-0.11-site.jar | 148 KB |
truth-0.11-javadoc.jar | 164 KB |
truth-0.11-gwt.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.truth0/truth/ -->
<dependency>
<groupId>org.truth0</groupId>
<artifactId>truth</artifactId>
<version>0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.truth0/truth/
implementation 'org.truth0:truth:0.11'
// https://jarcasting.com/artifacts/org.truth0/truth/
implementation ("org.truth0:truth:0.11")
'org.truth0:truth:jar:0.11'
<dependency org="org.truth0" name="truth" rev="0.11">
<artifact name="truth" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.truth0', module='truth', version='0.11')
)
libraryDependencies += "org.truth0" % "truth" % "0.11"
[org.truth0/truth "0.11"]