| GroupId | GroupIdio.corbel |
|---|---|
| ArtifactId | ArtifactIdrem-image |
| Version | Version1.29.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rem-image-1.29.1.pom | |
| rem-image-1.29.1.jar | 408 KB |
| rem-image-1.29.1-sources.jar | 21 KB |
| rem-image-1.29.1-javadoc.jar | 198 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.corbel/rem-image/ -->
<dependency>
<groupId>io.corbel</groupId>
<artifactId>rem-image</artifactId>
<version>1.29.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.corbel/rem-image/
implementation 'io.corbel:rem-image:1.29.1'
// https://jarcasting.com/artifacts/io.corbel/rem-image/
implementation ("io.corbel:rem-image:1.29.1")
'io.corbel:rem-image:jar:1.29.1'
<dependency org="io.corbel" name="rem-image" rev="1.29.1">
<artifact name="rem-image" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.corbel', module='rem-image', version='1.29.1')
)
libraryDependencies += "io.corbel" % "rem-image" % "1.29.1"
[io.corbel/rem-image "1.29.1"]