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