GroupId | GroupIdcn.wandersnail |
---|---|
ArtifactId | ArtifactIdcommon-observer |
Version | Version1.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
common-observer-1.0.3.pom | |
common-observer-1.0.3.aar | 8 KB |
common-observer-1.0.3-sources.jar | 5 KB |
common-observer-1.0.3-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.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cn.wandersnail/common-observer/
implementation 'cn.wandersnail:common-observer:1.0.3'
// https://jarcasting.com/artifacts/cn.wandersnail/common-observer/
implementation ("cn.wandersnail:common-observer:1.0.3")
'cn.wandersnail:common-observer:aar:1.0.3'
<dependency org="cn.wandersnail" name="common-observer" rev="1.0.3">
<artifact name="common-observer" type="aar" />
</dependency>
@Grapes(
@Grab(group='cn.wandersnail', module='common-observer', version='1.0.3')
)
libraryDependencies += "cn.wandersnail" % "common-observer" % "1.0.3"
[cn.wandersnail/common-observer "1.0.3"]