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