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