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