| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.google.jstestdriver | 
    
| ArtifactId | ArtifactIdtestisolation | 
    
| Last Version | Last Version1.3.5 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionjs-test-driver test isolation plugin 
            A plugin for js-test-driver to add in test isolation capabilities. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| testisolation-1.3.5.pom | |
| testisolation-1.3.5.jar | 4 KB | 
| testisolation-1.3.5-sources.jar | 3 KB | 
| testisolation-1.3.5-javadoc.jar | 20 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.google.jstestdriver/testisolation/ -->
<dependency>
    <groupId>com.google.jstestdriver</groupId>
    <artifactId>testisolation</artifactId>
    <version>1.3.5</version>
</dependency>
                // https://jarcasting.com/artifacts/com.google.jstestdriver/testisolation/
implementation 'com.google.jstestdriver:testisolation:1.3.5'
                // https://jarcasting.com/artifacts/com.google.jstestdriver/testisolation/
implementation ("com.google.jstestdriver:testisolation:1.3.5")
                'com.google.jstestdriver:testisolation:jar:1.3.5'
                <dependency org="com.google.jstestdriver" name="testisolation" rev="1.3.5">
  <artifact name="testisolation" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.google.jstestdriver', module='testisolation', version='1.3.5')
)
                libraryDependencies += "com.google.jstestdriver" % "testisolation" % "1.3.5"
                [com.google.jstestdriver/testisolation "1.3.5"]