| GroupId | GroupIdcom.gitee.l0km |
|---|---|
| ArtifactId | ArtifactIdcommon-image |
| Version | Version1.2.12 |
| Type | Typejar |
| Filename | Size |
|---|---|
| common-image-1.2.12.pom | |
| common-image-1.2.12.jar | 18 KB |
| common-image-1.2.12-sources.jar | 12 KB |
| common-image-1.2.12-javadoc.jar | 74 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.l0km/common-image/ -->
<dependency>
<groupId>com.gitee.l0km</groupId>
<artifactId>common-image</artifactId>
<version>1.2.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.l0km/common-image/
implementation 'com.gitee.l0km:common-image:1.2.12'
// https://jarcasting.com/artifacts/com.gitee.l0km/common-image/
implementation ("com.gitee.l0km:common-image:1.2.12")
'com.gitee.l0km:common-image:jar:1.2.12'
<dependency org="com.gitee.l0km" name="common-image" rev="1.2.12">
<artifact name="common-image" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.l0km', module='common-image', version='1.2.12')
)
libraryDependencies += "com.gitee.l0km" % "common-image" % "1.2.12"
[com.gitee.l0km/common-image "1.2.12"]