| Categories | 
                CategoriesKotlin Languages | 
        
|---|---|
| GroupId | GroupIdcom.github.loren-wang | 
    
| ArtifactId | ArtifactIdAndroidKotlinCustomToolsFromLorenWang | 
    
| Version | Version2.0.0-alpha02 | 
        
| Type | Typeaar | 
    
<!-- https://jarcasting.com/artifacts/com.github.loren-wang/AndroidKotlinCustomToolsFromLorenWang/ -->
<dependency>
    <groupId>com.github.loren-wang</groupId>
    <artifactId>AndroidKotlinCustomToolsFromLorenWang</artifactId>
    <version>2.0.0-alpha02</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.loren-wang/AndroidKotlinCustomToolsFromLorenWang/
implementation 'com.github.loren-wang:AndroidKotlinCustomToolsFromLorenWang:2.0.0-alpha02'
                // https://jarcasting.com/artifacts/com.github.loren-wang/AndroidKotlinCustomToolsFromLorenWang/
implementation ("com.github.loren-wang:AndroidKotlinCustomToolsFromLorenWang:2.0.0-alpha02")
                'com.github.loren-wang:AndroidKotlinCustomToolsFromLorenWang:aar:2.0.0-alpha02'
                <dependency org="com.github.loren-wang" name="AndroidKotlinCustomToolsFromLorenWang" rev="2.0.0-alpha02">
  <artifact name="AndroidKotlinCustomToolsFromLorenWang" type="aar" />
</dependency>
                @Grapes(
@Grab(group='com.github.loren-wang', module='AndroidKotlinCustomToolsFromLorenWang', version='2.0.0-alpha02')
)
                libraryDependencies += "com.github.loren-wang" % "AndroidKotlinCustomToolsFromLorenWang" % "2.0.0-alpha02"
                [com.github.loren-wang/AndroidKotlinCustomToolsFromLorenWang "2.0.0-alpha02"]