GroupId | GroupIdcom.woaizhuangbi |
---|---|
ArtifactId | ArtifactIdconf-interface |
Version | Version1.1.1-RELEASE |
Type | Typeaar |
Filename | Size |
---|---|
conf-interface-1.1.1-RELEASE.pom | |
conf-interface-1.1.1-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.1.1-RELEASE</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.woaizhuangbi/conf-interface/
implementation 'com.woaizhuangbi:conf-interface:1.1.1-RELEASE'
// https://jarcasting.com/artifacts/com.woaizhuangbi/conf-interface/
implementation ("com.woaizhuangbi:conf-interface:1.1.1-RELEASE")
'com.woaizhuangbi:conf-interface:aar:1.1.1-RELEASE'
<dependency org="com.woaizhuangbi" name="conf-interface" rev="1.1.1-RELEASE">
<artifact name="conf-interface" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.woaizhuangbi', module='conf-interface', version='1.1.1-RELEASE')
)
libraryDependencies += "com.woaizhuangbi" % "conf-interface" % "1.1.1-RELEASE"
[com.woaizhuangbi/conf-interface "1.1.1-RELEASE"]