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