| GroupId | GroupIdcom.socratica.mobile |
|---|---|
| ArtifactId | ArtifactIdbig-image |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| big-image-1.0.2.pom | |
| big-image-1.0.2.jar | 6 KB |
| big-image-1.0.2-sources.jar | 3 KB |
| big-image-1.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.socratica.mobile/big-image/
implementation 'com.socratica.mobile:big-image:1.0.2'
// https://jarcasting.com/artifacts/com.socratica.mobile/big-image/
implementation ("com.socratica.mobile:big-image:1.0.2")
'com.socratica.mobile:big-image:jar:1.0.2'
<dependency org="com.socratica.mobile" name="big-image" rev="1.0.2">
<artifact name="big-image" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.socratica.mobile', module='big-image', version='1.0.2')
)
libraryDependencies += "com.socratica.mobile" % "big-image" % "1.0.2"
[com.socratica.mobile/big-image "1.0.2"]