| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.iternine | 
    
| ArtifactId | ArtifactIdjeppetto-test-functional | 
    
| Last Version | Last Version0.9-rc2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionJeppetto Tests: Functional 
            Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ 
         | 
    
<!-- https://jarcasting.com/artifacts/org.iternine/jeppetto-test-functional/ -->
<dependency>
    <groupId>org.iternine</groupId>
    <artifactId>jeppetto-test-functional</artifactId>
    <version>0.9-rc2</version>
</dependency>
                // https://jarcasting.com/artifacts/org.iternine/jeppetto-test-functional/
implementation 'org.iternine:jeppetto-test-functional:0.9-rc2'
                // https://jarcasting.com/artifacts/org.iternine/jeppetto-test-functional/
implementation ("org.iternine:jeppetto-test-functional:0.9-rc2")
                'org.iternine:jeppetto-test-functional:jar:0.9-rc2'
                <dependency org="org.iternine" name="jeppetto-test-functional" rev="0.9-rc2">
  <artifact name="jeppetto-test-functional" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.iternine', module='jeppetto-test-functional', version='0.9-rc2')
)
                libraryDependencies += "org.iternine" % "jeppetto-test-functional" % "0.9-rc2"
                [org.iternine/jeppetto-test-functional "0.9-rc2"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.iternine : jeppetto-dao | jar | 0.9-rc2 | 
| junit : junit | jar | 4.7 |