Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcn.pedant.safewebviewbridge |
ArtifactId | ArtifactIdlibrary |
Version | Version1.3 |
Type | Typeaar |
Filename | Size |
---|---|
library-1.3.pom | |
library-1.3.aar | 7 KB |
library-1.3-sources.jar | 5 KB |
library-1.3-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.pedant.safewebviewbridge/library/ -->
<dependency>
<groupId>cn.pedant.safewebviewbridge</groupId>
<artifactId>library</artifactId>
<version>1.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cn.pedant.safewebviewbridge/library/
implementation 'cn.pedant.safewebviewbridge:library:1.3'
// https://jarcasting.com/artifacts/cn.pedant.safewebviewbridge/library/
implementation ("cn.pedant.safewebviewbridge:library:1.3")
'cn.pedant.safewebviewbridge:library:aar:1.3'
<dependency org="cn.pedant.safewebviewbridge" name="library" rev="1.3">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='cn.pedant.safewebviewbridge', module='library', version='1.3')
)
libraryDependencies += "cn.pedant.safewebviewbridge" % "library" % "1.3"
[cn.pedant.safewebviewbridge/library "1.3"]