| GroupId | GroupIdcom.jd.blockchain | 
    
|---|---|
| ArtifactId | ArtifactIdutils-web | 
    
| Version | Version1.1.7.RELEASE | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| utils-web-1.1.7.RELEASE.pom | |
| utils-web-1.1.7.RELEASE.jar | 11 KB | 
| utils-web-1.1.7.RELEASE-sources.jar | 6 KB | 
| utils-web-1.1.7.RELEASE-javadoc.jar | 74 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.jd.blockchain/utils-web/ -->
<dependency>
    <groupId>com.jd.blockchain</groupId>
    <artifactId>utils-web</artifactId>
    <version>1.1.7.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.jd.blockchain/utils-web/
implementation 'com.jd.blockchain:utils-web:1.1.7.RELEASE'
                // https://jarcasting.com/artifacts/com.jd.blockchain/utils-web/
implementation ("com.jd.blockchain:utils-web:1.1.7.RELEASE")
                'com.jd.blockchain:utils-web:jar:1.1.7.RELEASE'
                <dependency org="com.jd.blockchain" name="utils-web" rev="1.1.7.RELEASE">
  <artifact name="utils-web" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.jd.blockchain', module='utils-web', version='1.1.7.RELEASE')
)
                libraryDependencies += "com.jd.blockchain" % "utils-web" % "1.1.7.RELEASE"
                [com.jd.blockchain/utils-web "1.1.7.RELEASE"]