| License | 
                License
                                                        The Apache License, Version 2.0                                                 
                             | 
        
|---|---|
| GroupId | GroupIdorg.coconut.test | 
    
| ArtifactId | ArtifactIdcoconut-test-framework | 
    
| Version | Version1.0-alpha3 | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionCoconut Test Framework 
            
         | 
    
| Project Organization | 
                    Project OrganizationCodehaus | 
            
<!-- https://jarcasting.com/artifacts/org.coconut.test/coconut-test-framework/ -->
<dependency>
    <groupId>org.coconut.test</groupId>
    <artifactId>coconut-test-framework</artifactId>
    <version>1.0-alpha3</version>
</dependency>
                // https://jarcasting.com/artifacts/org.coconut.test/coconut-test-framework/
implementation 'org.coconut.test:coconut-test-framework:1.0-alpha3'
                // https://jarcasting.com/artifacts/org.coconut.test/coconut-test-framework/
implementation ("org.coconut.test:coconut-test-framework:1.0-alpha3")
                'org.coconut.test:coconut-test-framework:jar:1.0-alpha3'
                <dependency org="org.coconut.test" name="coconut-test-framework" rev="1.0-alpha3">
  <artifact name="coconut-test-framework" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.coconut.test', module='coconut-test-framework', version='1.0-alpha3')
)
                libraryDependencies += "org.coconut.test" % "coconut-test-framework" % "1.0-alpha3"
                [org.coconut.test/coconut-test-framework "1.0-alpha3"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| jmock : jmock-cglib | jar | 1.1.0 | 
| org.coconut.internal : coconut-internal-picocontainer | jar | 1.3 | 
| org.jmock : jmock-junit4 | jar | 2.1.0 |