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