d

dynamic-images

A plugin designed for easy image handling in BrXM. With this plugin image sizes are defined in the view template and variants are generated on-the-fly when a link to the variant is created.
https://github.com/openweb-nl/hippo-dynamic-images
The Apache Software License, Version 2.0
Open Web IT
Ivor Boers Joost Oudeman
Files download
File Operation
dynamic-images-1.0.2.jar download
dynamic-images-1.0.2.pom download
dynamic-images-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>nl.openweb.hippo</groupId>
  <artifactId>dynamic-images</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'nl.openweb.hippo:dynamic-images:1.0.2'
Gradle Kotlin
implementation("nl.openweb.hippo:dynamic-images:1.0.2")
Scala SBT
libraryDependencies += "nl.openweb.hippo" % "dynamic-images" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='nl.openweb.hippo', module='dynamic-images', version='1.0.2')
)
Apache Ivy
<dependency org="nl.openweb.hippo" name="dynamic-images" rev="1.0.2" />
Leiningen
[nl.openweb.hippo/dynamic-images "1.0.2"]
Apache Buildr
'nl.openweb.hippo:dynamic-images:jar:1.0.2'