| Categories | 
                CategoriesKotlin Languages | 
        
|---|---|
| GroupId | GroupIdio.camlcase | 
    
| ArtifactId | ArtifactIdkotlintezos | 
    
| Version | Version2.0.0-alpha02 | 
        
| Type | Typeaar | 
    
| Filename | Size | 
|---|---|
| kotlintezos-2.0.0-alpha02.pom | |
| kotlintezos-2.0.0-alpha02-sources.jar | 255 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.camlcase/kotlintezos/ -->
<dependency>
    <groupId>io.camlcase</groupId>
    <artifactId>kotlintezos</artifactId>
    <version>2.0.0-alpha02</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/io.camlcase/kotlintezos/
implementation 'io.camlcase:kotlintezos:2.0.0-alpha02'
                // https://jarcasting.com/artifacts/io.camlcase/kotlintezos/
implementation ("io.camlcase:kotlintezos:2.0.0-alpha02")
                'io.camlcase:kotlintezos:aar:2.0.0-alpha02'
                <dependency org="io.camlcase" name="kotlintezos" rev="2.0.0-alpha02">
  <artifact name="kotlintezos" type="aar" />
</dependency>
                @Grapes(
@Grab(group='io.camlcase', module='kotlintezos', version='2.0.0-alpha02')
)
                libraryDependencies += "io.camlcase" % "kotlintezos" % "2.0.0-alpha02"
                [io.camlcase/kotlintezos "2.0.0-alpha02"]