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