GroupId | GroupIdcom.alexdupre |
---|---|
ArtifactId | ArtifactIdpngj |
Version | Version2.1.2 |
Type | Typejar |
Filename | Size |
---|---|
pngj-2.1.2.pom | |
pngj-2.1.2.jar | 173 KB |
pngj-2.1.2-sources.jar | 131 KB |
pngj-2.1.2-javadoc.jar | 815 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alexdupre/pngj/ -->
<dependency>
<groupId>com.alexdupre</groupId>
<artifactId>pngj</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.alexdupre/pngj/
implementation 'com.alexdupre:pngj:2.1.2'
// https://jarcasting.com/artifacts/com.alexdupre/pngj/
implementation ("com.alexdupre:pngj:2.1.2")
'com.alexdupre:pngj:jar:2.1.2'
<dependency org="com.alexdupre" name="pngj" rev="2.1.2">
<artifact name="pngj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alexdupre', module='pngj', version='2.1.2')
)
libraryDependencies += "com.alexdupre" % "pngj" % "2.1.2"
[com.alexdupre/pngj "2.1.2"]