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