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