| Categories | 
                CategoriesJava Languages | 
        
|---|---|
| GroupId | GroupIdio.fabric8 | 
    
| ArtifactId | ArtifactIdjava-generator-integration-tests | 
    
| Last Version | Last Version6.0.0-RC1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Description | 
    
<!-- https://jarcasting.com/artifacts/io.fabric8/java-generator-integration-tests/ -->
<dependency>
    <groupId>io.fabric8</groupId>
    <artifactId>java-generator-integration-tests</artifactId>
    <version>6.0.0-RC1</version>
</dependency>
                // https://jarcasting.com/artifacts/io.fabric8/java-generator-integration-tests/
implementation 'io.fabric8:java-generator-integration-tests:6.0.0-RC1'
                // https://jarcasting.com/artifacts/io.fabric8/java-generator-integration-tests/
implementation ("io.fabric8:java-generator-integration-tests:6.0.0-RC1")
                'io.fabric8:java-generator-integration-tests:jar:6.0.0-RC1'
                <dependency org="io.fabric8" name="java-generator-integration-tests" rev="6.0.0-RC1">
  <artifact name="java-generator-integration-tests" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.fabric8', module='java-generator-integration-tests', version='6.0.0-RC1')
)
                libraryDependencies += "io.fabric8" % "java-generator-integration-tests" % "6.0.0-RC1"
                [io.fabric8/java-generator-integration-tests "6.0.0-RC1"]