d

day-commons-gfx

Support for creating and manipulating images
https://adobe.com
License Agreement
Adobe
Adobe
Files download
File Operation
day-commons-gfx-2.0.14.jar download
day-commons-gfx-2.0.14.pom download
day-commons-gfx-2.0.14-sources.jar download
Apache Maven
<dependency>
  <groupId>com.day.commons</groupId>
  <artifactId>day-commons-gfx</artifactId>
  <version>2.0.14</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.day.commons:day-commons-gfx:2.0.14'
Gradle Kotlin
implementation("com.day.commons:day-commons-gfx:2.0.14")
Scala SBT
libraryDependencies += "com.day.commons" % "day-commons-gfx" % "2.0.14"
Groovy Grape
@Grapes(
  @Grab(group='com.day.commons', module='day-commons-gfx', version='2.0.14')
)
Apache Ivy
<dependency org="com.day.commons" name="day-commons-gfx" rev="2.0.14" />
Leiningen
[com.day.commons/day-commons-gfx "2.0.14"]
Apache Buildr
'com.day.commons:day-commons-gfx:jar:2.0.14'