License |
License |
---|---|
Categories |
CategoriesKeY Data Data Formats Formal Verification TwelveMonkeys Image Processing |
GroupId | GroupIdcom.twelvemonkeys.imageio |
ArtifactId | ArtifactIdimageio-xwd |
Version | Version3.8.0 |
Type | Typejar |
Description |
DescriptionTwelveMonkeys :: ImageIO :: XWD plugin
ImageIO plugin for X11 Window Dump Format (XWD)
|
Project URL |
Project URL |
Filename | Size |
---|---|
imageio-xwd-3.8.0.pom | |
imageio-xwd-3.8.0.jar | 13 KB |
imageio-xwd-3.8.0-tests.jar | 632 KB |
imageio-xwd-3.8.0-test-sources.jar | 630 KB |
imageio-xwd-3.8.0-sources.jar | 9 KB |
imageio-xwd-3.8.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.twelvemonkeys.imageio/imageio-xwd/ -->
<dependency>
<groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-xwd</artifactId>
<version>3.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.twelvemonkeys.imageio/imageio-xwd/
implementation 'com.twelvemonkeys.imageio:imageio-xwd:3.8.0'
// https://jarcasting.com/artifacts/com.twelvemonkeys.imageio/imageio-xwd/
implementation ("com.twelvemonkeys.imageio:imageio-xwd:3.8.0")
'com.twelvemonkeys.imageio:imageio-xwd:jar:3.8.0'
<dependency org="com.twelvemonkeys.imageio" name="imageio-xwd" rev="3.8.0">
<artifact name="imageio-xwd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twelvemonkeys.imageio', module='imageio-xwd', version='3.8.0')
)
libraryDependencies += "com.twelvemonkeys.imageio" % "imageio-xwd" % "3.8.0"
[com.twelvemonkeys.imageio/imageio-xwd "3.8.0"]
Group / Artifact | Type | Version |
---|---|---|
com.twelvemonkeys.imageio : imageio-core | jar | 3.8.0 |
com.twelvemonkeys.common : common-lang | jar | 3.8.0 |
com.twelvemonkeys.common : common-io | jar | 3.8.0 |
com.twelvemonkeys.common : common-image | jar | 3.8.0 |
Group / Artifact | Type | Version |
---|---|---|
com.twelvemonkeys.imageio : imageio-core | test-jar | 3.8.0 |
com.twelvemonkeys.common : common-lang | test-jar | 3.8.0 |
com.twelvemonkeys.common : common-io | test-jar | 3.8.0 |
junit : junit | jar | 4.13.1 |
org.mockito : mockito-core | jar | 3.12.4 |
org.hamcrest : hamcrest | jar | 2.2 |