| GroupId | GroupIdcom.woaizhuangbi | 
|---|---|
| ArtifactId | ArtifactIdconf-interface | 
| Version | Version1.1.6-RELEASE | 
| Type | Typeaar | 
| Filename | Size | 
|---|---|
| conf-interface-1.1.6-RELEASE.pom | |
| conf-interface-1.1.6-RELEASE-sources.jar | 14 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.woaizhuangbi/conf-interface/ -->
<dependency>
    <groupId>com.woaizhuangbi</groupId>
    <artifactId>conf-interface</artifactId>
    <version>1.1.6-RELEASE</version>
    <type>aar</type>
</dependency>// https://jarcasting.com/artifacts/com.woaizhuangbi/conf-interface/
implementation 'com.woaizhuangbi:conf-interface:1.1.6-RELEASE'// https://jarcasting.com/artifacts/com.woaizhuangbi/conf-interface/
implementation ("com.woaizhuangbi:conf-interface:1.1.6-RELEASE")'com.woaizhuangbi:conf-interface:aar:1.1.6-RELEASE'<dependency org="com.woaizhuangbi" name="conf-interface" rev="1.1.6-RELEASE">
  <artifact name="conf-interface" type="aar" />
</dependency>@Grapes(
@Grab(group='com.woaizhuangbi', module='conf-interface', version='1.1.6-RELEASE')
)libraryDependencies += "com.woaizhuangbi" % "conf-interface" % "1.1.6-RELEASE"[com.woaizhuangbi/conf-interface "1.1.6-RELEASE"]