| GroupId | GroupIdio.xream.reliable | 
    
|---|---|
| ArtifactId | ArtifactIdreliable | 
    
| Version | Version1.1.16.RELEASE | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| reliable-1.1.16.RELEASE.pom | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.xream.reliable/reliable/ -->
<dependency>
    <groupId>io.xream.reliable</groupId>
    <artifactId>reliable</artifactId>
    <version>1.1.16.RELEASE</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/io.xream.reliable/reliable/
implementation 'io.xream.reliable:reliable:1.1.16.RELEASE'
                // https://jarcasting.com/artifacts/io.xream.reliable/reliable/
implementation ("io.xream.reliable:reliable:1.1.16.RELEASE")
                'io.xream.reliable:reliable:pom:1.1.16.RELEASE'
                <dependency org="io.xream.reliable" name="reliable" rev="1.1.16.RELEASE">
  <artifact name="reliable" type="pom" />
</dependency>
                @Grapes(
@Grab(group='io.xream.reliable', module='reliable', version='1.1.16.RELEASE')
)
                libraryDependencies += "io.xream.reliable" % "reliable" % "1.1.16.RELEASE"
                [io.xream.reliable/reliable "1.1.16.RELEASE"]