d

day-commons-gfx

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