Categories |
CategoriesGroovy Languages |
---|---|
GroupId | GroupIdcom.github.rahulsom |
ArtifactId | ArtifactIdgrooves-groovy |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
grooves-groovy-0.1.0.pom | |
grooves-groovy-0.1.0.jar | 12 KB |
grooves-groovy-0.1.0-tests.jar | 7 KB |
grooves-groovy-0.1.0-sources.jar | 8 KB |
grooves-groovy-0.1.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rahulsom/grooves-groovy/ -->
<dependency>
<groupId>com.github.rahulsom</groupId>
<artifactId>grooves-groovy</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rahulsom/grooves-groovy/
implementation 'com.github.rahulsom:grooves-groovy:0.1.0'
// https://jarcasting.com/artifacts/com.github.rahulsom/grooves-groovy/
implementation ("com.github.rahulsom:grooves-groovy:0.1.0")
'com.github.rahulsom:grooves-groovy:jar:0.1.0'
<dependency org="com.github.rahulsom" name="grooves-groovy" rev="0.1.0">
<artifact name="grooves-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rahulsom', module='grooves-groovy', version='0.1.0')
)
libraryDependencies += "com.github.rahulsom" % "grooves-groovy" % "0.1.0"
[com.github.rahulsom/grooves-groovy "0.1.0"]