is not current version
Last Version 0.23

org.truth0:truth-parent 0.10

Parent metdata for Truth, a pure-java, strongly typed testing proposition framework.

GroupId

GroupId

org.truth0
ArtifactId

ArtifactId

truth-parent
Version

Version

0.10
Type

Type

pom

Download truth-parent 0.10

Filename Size
truth-parent-0.10.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/org.truth0/truth-parent/ -->
<dependency>
    <groupId>org.truth0</groupId>
    <artifactId>truth-parent</artifactId>
    <version>0.10</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.truth0/truth-parent/
implementation 'org.truth0:truth-parent:0.10'
// https://jarcasting.com/artifacts/org.truth0/truth-parent/
implementation ("org.truth0:truth-parent:0.10")
'org.truth0:truth-parent:pom:0.10'
<dependency org="org.truth0" name="truth-parent" rev="0.10">
  <artifact name="truth-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.truth0', module='truth-parent', version='0.10')
)
libraryDependencies += "org.truth0" % "truth-parent" % "0.10"
[org.truth0/truth-parent "0.10"]