GroupId | GroupIdcom.github.chrisbanes.photoview |
---|---|
ArtifactId | ArtifactIdlibrary |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
library-1.1.pom | |
library-1.1.jar | 19 KB |
library-1.1-sources.jar | 10 KB |
library-1.1-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chrisbanes.photoview/library/ -->
<dependency>
<groupId>com.github.chrisbanes.photoview</groupId>
<artifactId>library</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisbanes.photoview/library/
implementation 'com.github.chrisbanes.photoview:library:1.1'
// https://jarcasting.com/artifacts/com.github.chrisbanes.photoview/library/
implementation ("com.github.chrisbanes.photoview:library:1.1")
'com.github.chrisbanes.photoview:library:jar:1.1'
<dependency org="com.github.chrisbanes.photoview" name="library" rev="1.1">
<artifact name="library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisbanes.photoview', module='library', version='1.1')
)
libraryDependencies += "com.github.chrisbanes.photoview" % "library" % "1.1"
[com.github.chrisbanes.photoview/library "1.1"]