is not current version
Last Version 1.0.16

com.dooapp:groovy-bindings 0.4.9

Umbrella project for some groovy specific bindings libraries (like, say, a base implementation, a gaelyk project, and a grails one)

Categories

Categories

Groovy Languages
GroupId

GroupId

com.dooapp
ArtifactId

ArtifactId

groovy-bindings
Version

Version

0.4.9
Type

Type

pom

Download groovy-bindings 0.4.9


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