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