| Группа | Группаcom.github.rahulsom |
|---|---|
| Идентификатор | Идентификаторgrooves-example-test |
| Версия | Версия0.5.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| grooves-example-test-0.5.0.pom | |
| grooves-example-test-0.5.0.jar | 77 KB |
| grooves-example-test-0.5.0-tests.jar | 1 KB |
| grooves-example-test-0.5.0-sources.jar | 7 KB |
| grooves-example-test-0.5.0-javadoc.jar | 370 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.rahulsom/grooves-example-test/ -->
<dependency>
<groupId>com.github.rahulsom</groupId>
<artifactId>grooves-example-test</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rahulsom/grooves-example-test/
implementation 'com.github.rahulsom:grooves-example-test:0.5.0'
// https://jarcasting.com/artifacts/com.github.rahulsom/grooves-example-test/
implementation ("com.github.rahulsom:grooves-example-test:0.5.0")
'com.github.rahulsom:grooves-example-test:jar:0.5.0'
<dependency org="com.github.rahulsom" name="grooves-example-test" rev="0.5.0">
<artifact name="grooves-example-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rahulsom', module='grooves-example-test', version='0.5.0')
)
libraryDependencies += "com.github.rahulsom" % "grooves-example-test" % "0.5.0"
[com.github.rahulsom/grooves-example-test "0.5.0"]