Categories |
CategoriesKeY Data Data Formats Formal Verification TwelveMonkeys Image Processing |
---|---|
GroupId | GroupIdcom.twelvemonkeys.imageio |
ArtifactId | ArtifactIdimageio-thumbsdb |
Version | Version3.0 |
Type | Typejar |
Filename | Size |
---|---|
imageio-thumbsdb-3.0.pom | |
imageio-thumbsdb-3.0.jar | 16 KB |
imageio-thumbsdb-3.0-tests.jar | 74 KB |
imageio-thumbsdb-3.0-test-sources.jar | 72 KB |
imageio-thumbsdb-3.0-sources.jar | 11 KB |
imageio-thumbsdb-3.0-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.twelvemonkeys.imageio/imageio-thumbsdb/ -->
<dependency>
<groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-thumbsdb</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.twelvemonkeys.imageio/imageio-thumbsdb/
implementation 'com.twelvemonkeys.imageio:imageio-thumbsdb:3.0'
// https://jarcasting.com/artifacts/com.twelvemonkeys.imageio/imageio-thumbsdb/
implementation ("com.twelvemonkeys.imageio:imageio-thumbsdb:3.0")
'com.twelvemonkeys.imageio:imageio-thumbsdb:jar:3.0'
<dependency org="com.twelvemonkeys.imageio" name="imageio-thumbsdb" rev="3.0">
<artifact name="imageio-thumbsdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twelvemonkeys.imageio', module='imageio-thumbsdb', version='3.0')
)
libraryDependencies += "com.twelvemonkeys.imageio" % "imageio-thumbsdb" % "3.0"
[com.twelvemonkeys.imageio/imageio-thumbsdb "3.0"]