| Categories |
CategoriesGrails User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdcom.github.rahulsom |
| ArtifactId | ArtifactIdgrooves-grails |
| Version | Version0.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| grooves-grails-0.0.2.pom | |
| grooves-grails-0.0.2.jar | 12 KB |
| grooves-grails-0.0.2-tests.jar | 1 KB |
| grooves-grails-0.0.2-sources.jar | 4 KB |
| grooves-grails-0.0.2-javadoc.jar | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.rahulsom/grooves-grails/ -->
<dependency>
<groupId>com.github.rahulsom</groupId>
<artifactId>grooves-grails</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rahulsom/grooves-grails/
implementation 'com.github.rahulsom:grooves-grails:0.0.2'
// https://jarcasting.com/artifacts/com.github.rahulsom/grooves-grails/
implementation ("com.github.rahulsom:grooves-grails:0.0.2")
'com.github.rahulsom:grooves-grails:jar:0.0.2'
<dependency org="com.github.rahulsom" name="grooves-grails" rev="0.0.2">
<artifact name="grooves-grails" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rahulsom', module='grooves-grails', version='0.0.2')
)
libraryDependencies += "com.github.rahulsom" % "grooves-grails" % "0.0.2"
[com.github.rahulsom/grooves-grails "0.0.2"]