| GroupId | GroupIdcom.github.aivancioglo | 
    
|---|---|
| ArtifactId | ArtifactIdresttest | 
    
| Last Version | Last Version3.0.5 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| resttest-3.0.5.pom | |
| resttest-3.0.5.jar | 80 KB | 
| resttest-3.0.5-sources.jar | 10 KB | 
| resttest-3.0.5-javadoc.jar | 84 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.aivancioglo/resttest/ -->
<dependency>
    <groupId>com.github.aivancioglo</groupId>
    <artifactId>resttest</artifactId>
    <version>3.0.5</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.aivancioglo/resttest/
implementation 'com.github.aivancioglo:resttest:3.0.5'
                // https://jarcasting.com/artifacts/com.github.aivancioglo/resttest/
implementation ("com.github.aivancioglo:resttest:3.0.5")
                'com.github.aivancioglo:resttest:jar:3.0.5'
                <dependency org="com.github.aivancioglo" name="resttest" rev="3.0.5">
  <artifact name="resttest" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.aivancioglo', module='resttest', version='3.0.5')
)
                libraryDependencies += "com.github.aivancioglo" % "resttest" % "3.0.5"
                [com.github.aivancioglo/resttest "3.0.5"]