is not current version
Last Version 1.3.0

org.grooscript:grooscript 1.0.2

Grooscript converts your groovy code to javascript

GroupId

GroupId

org.grooscript
ArtifactId

ArtifactId

grooscript
Version

Version

1.0.2
Type

Type

jar

Download grooscript 1.0.2


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