GroupId | GroupIdcn.wandersnail |
---|---|
ArtifactId | ArtifactIdcommon-observer |
Version | Version1.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
common-observer-1.0.2.pom | |
common-observer-1.0.2.aar | 7 KB |
common-observer-1.0.2-sources.jar | 4 KB |
common-observer-1.0.2-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.wandersnail/common-observer/ -->
<dependency>
<groupId>cn.wandersnail</groupId>
<artifactId>common-observer</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cn.wandersnail/common-observer/
implementation 'cn.wandersnail:common-observer:1.0.2'
// https://jarcasting.com/artifacts/cn.wandersnail/common-observer/
implementation ("cn.wandersnail:common-observer:1.0.2")
'cn.wandersnail:common-observer:aar:1.0.2'
<dependency org="cn.wandersnail" name="common-observer" rev="1.0.2">
<artifact name="common-observer" type="aar" />
</dependency>
@Grapes(
@Grab(group='cn.wandersnail', module='common-observer', version='1.0.2')
)
libraryDependencies += "cn.wandersnail" % "common-observer" % "1.0.2"
[cn.wandersnail/common-observer "1.0.2"]