is not current version
Last Version 1.14

nl.openweb.hippo.updater:groovy-updater 1.11

This project is designed for Hippo developers to have an easy way to create updaters in groovy, without being bothered with the bootstrap xml

Categories

Categories

Groovy Languages
GroupId

GroupId

nl.openweb.hippo.updater
ArtifactId

ArtifactId

groovy-updater
Version

Version

1.11
Type

Type

pom

Download groovy-updater 1.11

Filename Size
groovy-updater-1.11.pom 10 KB
Browse

<!-- https://jarcasting.com/artifacts/nl.openweb.hippo.updater/groovy-updater/ -->
<dependency>
    <groupId>nl.openweb.hippo.updater</groupId>
    <artifactId>groovy-updater</artifactId>
    <version>1.11</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/nl.openweb.hippo.updater/groovy-updater/
implementation 'nl.openweb.hippo.updater:groovy-updater:1.11'
// https://jarcasting.com/artifacts/nl.openweb.hippo.updater/groovy-updater/
implementation ("nl.openweb.hippo.updater:groovy-updater:1.11")
'nl.openweb.hippo.updater:groovy-updater:pom:1.11'
<dependency org="nl.openweb.hippo.updater" name="groovy-updater" rev="1.11">
  <artifact name="groovy-updater" type="pom" />
</dependency>
@Grapes(
@Grab(group='nl.openweb.hippo.updater', module='groovy-updater', version='1.11')
)
libraryDependencies += "nl.openweb.hippo.updater" % "groovy-updater" % "1.11"
[nl.openweb.hippo.updater/groovy-updater "1.11"]