| License |
License
The 2-Clause BSD License
|
|---|---|
| GroupId | GroupIdcom.gitee.l0km |
| ArtifactId | ArtifactIdcommon-image |
| Version | Version1.4.4 |
| Type | Typejar |
| Description |
Descriptioncommon-image
common java library
|
| Filename | Size |
|---|---|
| common-image-1.4.4.pom | |
| common-image-1.4.4.jar | 18 KB |
| common-image-1.4.4-sources.jar | 14 KB |
| common-image-1.4.4-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>1.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.l0km/common-image/
implementation 'com.gitee.l0km:common-image:1.4.4'
// https://jarcasting.com/artifacts/com.gitee.l0km/common-image/
implementation ("com.gitee.l0km:common-image:1.4.4")
'com.gitee.l0km:common-image:jar:1.4.4'
<dependency org="com.gitee.l0km" name="common-image" rev="1.4.4">
<artifact name="common-image" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.l0km', module='common-image', version='1.4.4')
)
libraryDependencies += "com.gitee.l0km" % "common-image" % "1.4.4"
[com.gitee.l0km/common-image "1.4.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.gitee.l0km : common-base | jar | 1.4.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |