| GroupId | GroupIdio.camlcase | 
    
|---|---|
| ArtifactId | ArtifactIdjavatezos | 
    
| Version | Version1.9.0-alpha05 | 
        
| Type | Typeaar | 
    
| Filename | Size | 
|---|---|
| javatezos-1.9.0-alpha05.pom | |
| javatezos-1.9.0-alpha05.aar | 2 MB | 
| javatezos-1.9.0-alpha05-sources.jar | 254 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.camlcase/javatezos/ -->
<dependency>
    <groupId>io.camlcase</groupId>
    <artifactId>javatezos</artifactId>
    <version>1.9.0-alpha05</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/io.camlcase/javatezos/
implementation 'io.camlcase:javatezos:1.9.0-alpha05'
                // https://jarcasting.com/artifacts/io.camlcase/javatezos/
implementation ("io.camlcase:javatezos:1.9.0-alpha05")
                'io.camlcase:javatezos:aar:1.9.0-alpha05'
                <dependency org="io.camlcase" name="javatezos" rev="1.9.0-alpha05">
  <artifact name="javatezos" type="aar" />
</dependency>
                @Grapes(
@Grab(group='io.camlcase', module='javatezos', version='1.9.0-alpha05')
)
                libraryDependencies += "io.camlcase" % "javatezos" % "1.9.0-alpha05"
                [io.camlcase/javatezos "1.9.0-alpha05"]