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