Categories |
CategoriesGroovy Languages Pippo User Interface Web Frameworks |
---|---|
GroupId | GroupIdro.pippo |
ArtifactId | ArtifactIdpippo-groovy |
Version | Version0.7.0 |
Type | Typejar |
Filename | Size |
---|---|
pippo-groovy-0.7.0.pom | |
pippo-groovy-0.7.0.jar | 15 KB |
pippo-groovy-0.7.0-sources.jar | 12 KB |
pippo-groovy-0.7.0-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ro.pippo/pippo-groovy/ -->
<dependency>
<groupId>ro.pippo</groupId>
<artifactId>pippo-groovy</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/ro.pippo/pippo-groovy/
implementation 'ro.pippo:pippo-groovy:0.7.0'
// https://jarcasting.com/artifacts/ro.pippo/pippo-groovy/
implementation ("ro.pippo:pippo-groovy:0.7.0")
'ro.pippo:pippo-groovy:jar:0.7.0'
<dependency org="ro.pippo" name="pippo-groovy" rev="0.7.0">
<artifact name="pippo-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='ro.pippo', module='pippo-groovy', version='0.7.0')
)
libraryDependencies += "ro.pippo" % "pippo-groovy" % "0.7.0"
[ro.pippo/pippo-groovy "0.7.0"]