GroupId | GroupIdcom.github.depsypher |
---|---|
ArtifactId | ArtifactIdpngtastic |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
pngtastic-1.0.pom | |
pngtastic-1.0.jar | 73 KB |
pngtastic-1.0-sources.jar | 45 KB |
pngtastic-1.0-javadoc.jar | 194 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.depsypher/pngtastic/ -->
<dependency>
<groupId>com.github.depsypher</groupId>
<artifactId>pngtastic</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.depsypher/pngtastic/
implementation 'com.github.depsypher:pngtastic:1.0'
// https://jarcasting.com/artifacts/com.github.depsypher/pngtastic/
implementation ("com.github.depsypher:pngtastic:1.0")
'com.github.depsypher:pngtastic:jar:1.0'
<dependency org="com.github.depsypher" name="pngtastic" rev="1.0">
<artifact name="pngtastic" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.depsypher', module='pngtastic', version='1.0')
)
libraryDependencies += "com.github.depsypher" % "pngtastic" % "1.0"
[com.github.depsypher/pngtastic "1.0"]