| License | 
                License | 
        
|---|---|
| GroupId | GroupIdio.fabric8 | 
    
| ArtifactId | ArtifactIdrest-utils | 
    
| Last Version | Last Version3.0.12 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionFabric8 :: Rest Utils 
            A bunch of utility functions to create REST based micro services 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| rest-utils-3.0.12.pom | |
| rest-utils-3.0.12.jar | 8 KB | 
| rest-utils-3.0.12-sources.jar | 5 KB | 
| rest-utils-3.0.12-javadoc.jar | 28 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.fabric8/rest-utils/ -->
<dependency>
    <groupId>io.fabric8</groupId>
    <artifactId>rest-utils</artifactId>
    <version>3.0.12</version>
</dependency>
                // https://jarcasting.com/artifacts/io.fabric8/rest-utils/
implementation 'io.fabric8:rest-utils:3.0.12'
                // https://jarcasting.com/artifacts/io.fabric8/rest-utils/
implementation ("io.fabric8:rest-utils:3.0.12")
                'io.fabric8:rest-utils:jar:3.0.12'
                <dependency org="io.fabric8" name="rest-utils" rev="3.0.12">
  <artifact name="rest-utils" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.fabric8', module='rest-utils', version='3.0.12')
)
                libraryDependencies += "io.fabric8" % "rest-utils" % "3.0.12"
                [io.fabric8/rest-utils "3.0.12"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.slf4j : slf4j-log4j12 | jar | 1.7.12 |