GroupId | GroupIdcom.github.rahulsom |
---|---|
ArtifactId | ArtifactIdgrooves-example-test |
Version | Version0.6.1-rc.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.rahulsom/grooves-example-test/ -->
<dependency>
<groupId>com.github.rahulsom</groupId>
<artifactId>grooves-example-test</artifactId>
<version>0.6.1-rc.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rahulsom/grooves-example-test/
implementation 'com.github.rahulsom:grooves-example-test:0.6.1-rc.2'
// https://jarcasting.com/artifacts/com.github.rahulsom/grooves-example-test/
implementation ("com.github.rahulsom:grooves-example-test:0.6.1-rc.2")
'com.github.rahulsom:grooves-example-test:jar:0.6.1-rc.2'
<dependency org="com.github.rahulsom" name="grooves-example-test" rev="0.6.1-rc.2">
<artifact name="grooves-example-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rahulsom', module='grooves-example-test', version='0.6.1-rc.2')
)
libraryDependencies += "com.github.rahulsom" % "grooves-example-test" % "0.6.1-rc.2"
[com.github.rahulsom/grooves-example-test "0.6.1-rc.2"]