| GroupId | GroupIdcom.jd.blockchain | 
    
|---|---|
| ArtifactId | ArtifactIddeployAsEnd | 
    
| Version | Version1.1.5.RELEASE | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| deployAsEnd-1.1.5.RELEASE.pom | |
| deployAsEnd-1.1.5.RELEASE.jar | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.jd.blockchain/deployAsEnd/ -->
<dependency>
    <groupId>com.jd.blockchain</groupId>
    <artifactId>deployAsEnd</artifactId>
    <version>1.1.5.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.jd.blockchain/deployAsEnd/
implementation 'com.jd.blockchain:deployAsEnd:1.1.5.RELEASE'
                // https://jarcasting.com/artifacts/com.jd.blockchain/deployAsEnd/
implementation ("com.jd.blockchain:deployAsEnd:1.1.5.RELEASE")
                'com.jd.blockchain:deployAsEnd:jar:1.1.5.RELEASE'
                <dependency org="com.jd.blockchain" name="deployAsEnd" rev="1.1.5.RELEASE">
  <artifact name="deployAsEnd" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.jd.blockchain', module='deployAsEnd', version='1.1.5.RELEASE')
)
                libraryDependencies += "com.jd.blockchain" % "deployAsEnd" % "1.1.5.RELEASE"
                [com.jd.blockchain/deployAsEnd "1.1.5.RELEASE"]