c

common-image

The TwelveMonkeys Common Image support
Files download
File Operation
common-image-3.7.0.jar download
common-image-3.7.0.pom download
common-image-3.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.twelvemonkeys.common</groupId>
  <artifactId>common-image</artifactId>
  <version>3.7.0</version>
</dependency>
Gradle Groovy
implementation 'com.twelvemonkeys.common:common-image:3.7.0'
Gradle Kotlin
implementation("com.twelvemonkeys.common:common-image:3.7.0")
Scala SBT
libraryDependencies += "com.twelvemonkeys.common" % "common-image" % "3.7.0"
Groovy Grape
@Grapes(
  @Grab(group='com.twelvemonkeys.common', module='common-image', version='3.7.0')
)
Apache Ivy
<dependency org="com.twelvemonkeys.common" name="common-image" rev="3.7.0" />
Leiningen
[com.twelvemonkeys.common/common-image "3.7.0"]
Apache Buildr
'com.twelvemonkeys.common:common-image:jar:3.7.0'