| GroupId | GroupIdcom.socratica.mobile |
|---|---|
| ArtifactId | ArtifactIdbig-image |
| Version | Version1.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| big-image-1.0.3.pom | |
| big-image-1.0.3.jar | 6 KB |
| big-image-1.0.3-sources.jar | 3 KB |
| big-image-1.0.3-javadoc.jar | 37 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.socratica.mobile/big-image/ -->
<dependency>
<groupId>com.socratica.mobile</groupId>
<artifactId>big-image</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.socratica.mobile/big-image/
implementation 'com.socratica.mobile:big-image:1.0.3'
// https://jarcasting.com/artifacts/com.socratica.mobile/big-image/
implementation ("com.socratica.mobile:big-image:1.0.3")
'com.socratica.mobile:big-image:jar:1.0.3'
<dependency org="com.socratica.mobile" name="big-image" rev="1.0.3">
<artifact name="big-image" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.socratica.mobile', module='big-image', version='1.0.3')
)
libraryDependencies += "com.socratica.mobile" % "big-image" % "1.0.3"
[com.socratica.mobile/big-image "1.0.3"]