Categories |
CategoriesKeY Data Data Formats Formal Verification TwelveMonkeys Image Processing |
---|---|
GroupId | GroupIdcom.twelvemonkeys.imageio |
ArtifactId | ArtifactIdimageio-tga |
Version | Version3.2 |
Type | Typejar |
Filename | Size |
---|---|
imageio-tga-3.2.pom | |
imageio-tga-3.2.jar | 19 KB |
imageio-tga-3.2-tests.jar | 2 MB |
imageio-tga-3.2-test-sources.jar | 2 MB |
imageio-tga-3.2-sources.jar | 20 KB |
imageio-tga-3.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.twelvemonkeys.imageio/imageio-tga/
implementation 'com.twelvemonkeys.imageio:imageio-tga:3.2'
// https://jarcasting.com/artifacts/com.twelvemonkeys.imageio/imageio-tga/
implementation ("com.twelvemonkeys.imageio:imageio-tga:3.2")
'com.twelvemonkeys.imageio:imageio-tga:jar:3.2'
<dependency org="com.twelvemonkeys.imageio" name="imageio-tga" rev="3.2">
<artifact name="imageio-tga" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twelvemonkeys.imageio', module='imageio-tga', version='3.2')
)
libraryDependencies += "com.twelvemonkeys.imageio" % "imageio-tga" % "3.2"
[com.twelvemonkeys.imageio/imageio-tga "3.2"]