| GroupId | GroupIdcom.jd.blockchain | 
    
|---|---|
| ArtifactId | ArtifactIdtools | 
    
| Version | Version0.8.2.RELEASE | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| tools-0.8.2.RELEASE.pom | 725 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.jd.blockchain/tools/ -->
<dependency>
    <groupId>com.jd.blockchain</groupId>
    <artifactId>tools</artifactId>
    <version>0.8.2.RELEASE</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.jd.blockchain/tools/
implementation 'com.jd.blockchain:tools:0.8.2.RELEASE'
                // https://jarcasting.com/artifacts/com.jd.blockchain/tools/
implementation ("com.jd.blockchain:tools:0.8.2.RELEASE")
                'com.jd.blockchain:tools:pom:0.8.2.RELEASE'
                <dependency org="com.jd.blockchain" name="tools" rev="0.8.2.RELEASE">
  <artifact name="tools" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.jd.blockchain', module='tools', version='0.8.2.RELEASE')
)
                libraryDependencies += "com.jd.blockchain" % "tools" % "0.8.2.RELEASE"
                [com.jd.blockchain/tools "0.8.2.RELEASE"]