License |
License |
---|---|
Categories |
CategoriesKeY Data Data Formats Formal Verification TwelveMonkeys Image Processing |
GroupId | GroupIdcom.github.lafa.twelvemonkeyspurejava.imageio |
ArtifactId | ArtifactIdimageio-tga |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionTwelveMonkeys :: ImageIO :: TGA plugin
ImageIO plugin for Truevision TGA Image Format (TGA)
|
Filename | Size |
---|---|
imageio-tga-1.0.pom | |
imageio-tga-1.0.jar | 20 KB |
imageio-tga-1.0-tests.jar | 2 MB |
imageio-tga-1.0-test-sources.jar | 2 MB |
imageio-tga-1.0-sources.jar | 20 KB |
imageio-tga-1.0-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lafa.twelvemonkeyspurejava.imageio/imageio-tga/ -->
<dependency>
<groupId>com.github.lafa.twelvemonkeyspurejava.imageio</groupId>
<artifactId>imageio-tga</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lafa.twelvemonkeyspurejava.imageio/imageio-tga/
implementation 'com.github.lafa.twelvemonkeyspurejava.imageio:imageio-tga:1.0'
// https://jarcasting.com/artifacts/com.github.lafa.twelvemonkeyspurejava.imageio/imageio-tga/
implementation ("com.github.lafa.twelvemonkeyspurejava.imageio:imageio-tga:1.0")
'com.github.lafa.twelvemonkeyspurejava.imageio:imageio-tga:jar:1.0'
<dependency org="com.github.lafa.twelvemonkeyspurejava.imageio" name="imageio-tga" rev="1.0">
<artifact name="imageio-tga" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lafa.twelvemonkeyspurejava.imageio', module='imageio-tga', version='1.0')
)
libraryDependencies += "com.github.lafa.twelvemonkeyspurejava.imageio" % "imageio-tga" % "1.0"
[com.github.lafa.twelvemonkeyspurejava.imageio/imageio-tga "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.lafa.twelvemonkeyspurejava.imageio : imageio-core | jar | 1.0 |
com.github.lafa.twelvemonkeyspurejava.common : common-lang | jar | 1.0 |
com.github.lafa.twelvemonkeyspurejava.common : common-io | jar | 1.0 |
com.github.lafa.twelvemonkeyspurejava.common : common-image | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
com.github.lafa.twelvemonkeyspurejava.imageio : imageio-core | test-jar | 1.0 |
com.github.lafa.twelvemonkeyspurejava.common : common-lang | test-jar | 1.0 |
com.github.lafa.twelvemonkeyspurejava.common : common-io | test-jar | 1.0 |
junit : junit | jar | 4.7 |
org.mockito : mockito-all | jar | 1.8.5 |