| GroupId | GroupIdcom.cedarsoft.commons |
|---|---|
| ArtifactId | ArtifactIdimage |
| Version | Version1.4.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| image-1.4.1.pom | |
| image-1.4.1.jar | 7 KB |
| image-1.4.1-sources.jar | 5 KB |
| image-1.4.1-javadoc.jar | 37 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons/image/ -->
<dependency>
<groupId>com.cedarsoft.commons</groupId>
<artifactId>image</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/image/
implementation 'com.cedarsoft.commons:image:1.4.1'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/image/
implementation ("com.cedarsoft.commons:image:1.4.1")
'com.cedarsoft.commons:image:jar:1.4.1'
<dependency org="com.cedarsoft.commons" name="image" rev="1.4.1">
<artifact name="image" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='image', version='1.4.1')
)
libraryDependencies += "com.cedarsoft.commons" % "image" % "1.4.1"
[com.cedarsoft.commons/image "1.4.1"]