| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.google.truth | 
    
| ArtifactId | ArtifactIdtruth-parent | 
    
| Last Version | Last Version1.1.3 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionTruth (Parent) 
            Parent metadata for Truth, a Java assertion framework. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| truth-parent-1.1.3.pom | 16 KB | 
| truth-parent-1.1.3-site.jar | 50 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.google.truth/truth-parent/ -->
<dependency>
    <groupId>com.google.truth</groupId>
    <artifactId>truth-parent</artifactId>
    <version>1.1.3</version>
</dependency>
                // https://jarcasting.com/artifacts/com.google.truth/truth-parent/
implementation 'com.google.truth:truth-parent:1.1.3'
                // https://jarcasting.com/artifacts/com.google.truth/truth-parent/
implementation ("com.google.truth:truth-parent:1.1.3")
                'com.google.truth:truth-parent:jar:1.1.3'
                <dependency org="com.google.truth" name="truth-parent" rev="1.1.3">
  <artifact name="truth-parent" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.google.truth', module='truth-parent', version='1.1.3')
)
                libraryDependencies += "com.google.truth" % "truth-parent" % "1.1.3"
                [com.google.truth/truth-parent "1.1.3"]